ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayLogic.cs
@@ -178,6 +178,10 @@ //将网关的数据设置到本地缓存中 this.SetGatewayDataToLocalMemmory(gateway, result); } if (gateway.HomeId == string.Empty) { gateway.HomeId = Config.Instance.Home.Id; } return gateway; } catch (Exception ex)