From 9c16d3614d9b88c637f967518a329f239fcd3aaf Mon Sep 17 00:00:00 2001
From: lss <316519258@qq.com>
Date: 星期五, 12 六月 2020 09:22:04 +0800
Subject: [PATCH] 2020.06.12

---
 ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs b/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs
index 7c83759..0e9c605 100755
--- a/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs
+++ b/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs
@@ -100,7 +100,12 @@
         /// 杩滅▼杩炴帴鐨凪qtt鐨勫鎴风ID
         /// </summary>
         [Newtonsoft.Json.JsonIgnore]
-        public string ConnEmqClientId = string.Empty;
+        public string ConnEmqClientId = string.Empty;
+        /// <summary>
+        /// 褰撳墠鐧诲綍鐨勮处鍙锋槸涓嶆槸涔嬪墠鐨勮处鍙�
+        /// </summary>
+        [Newtonsoft.Json.JsonIgnore]
+        public bool TheSameLoginAccount = false;
 
         [Newtonsoft.Json.JsonIgnore]
         /// <summary>
@@ -154,7 +159,7 @@
                 {
                     return m_Home;
                 }
-                m_Home = House.GetHouseByHouseId(HomeId);
+                m_Home = Phone.UserCenter.HdlResidenceLogic.Current.GetHouseByHouseId(HomeId);
                 if (m_Home == null)
                 {
                     m_Home = new House();

--
Gitblit v1.8.0