From 9ef48d7b2da7c408b53f73be0f6eef3cbac1c84a Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 19 十一月 2020 10:23:45 +0800
Subject: [PATCH] Evoyo.Home1.1.0120111601_Release

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayReceiveLogic.cs |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayReceiveLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayReceiveLogic.cs
index a0e7eac..76c3d28 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayReceiveLogic.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayReceiveLogic.cs
@@ -62,6 +62,11 @@
         /// <param name="msgData">鎺ユ敹鐨勬暟鎹�</param>
         public void GatewayOverallMsgReceive(string gatewayId, string topic, string reportTopic, string msgData)
         {
+            //濡傛灉瀹冨湪鐧婚檰鐣岄潰,鍒欎笉鍋氫换浣曞鐞�
+            if (Common.Config.Instance.HomeId == string.Empty)
+            {
+                return;
+            }
             if (topic == "AppNoLogin")
             {
                 HdlThreadLogic.Current.RunMain(() =>
@@ -149,7 +154,11 @@
             {
                 if (HdlGatewayLogic.Current.IsGatewayExist(gatewayId) == false)
                 {
-                    //涓嶆槸鑷繁缁戝畾鐨勭綉鍏筹紝鍒欎笉澶勭悊
+                    //涓嶆槸鑷繁缁戝畾鐨勭綉鍏筹紝鍒欎笉澶勭悊,浣嗘槸涓嬮潰杩欎釜涓滆タ鏈夌偣鐗规畩
+                    if (gatewayId == this.GatewayReceiveId)
+                    {
+                        this.GatewayReceiveEvent?.Invoke(topic, msgData);
+                    }
                     return;
                 }
                 //璁惧灞炴�т笂鎶�

--
Gitblit v1.8.0