xm
2020-12-10 3aa397ab145382935492b11c1f18c9634e69910b
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayListForm.cs
@@ -355,7 +355,7 @@
                    {
                        return;
                    }
                    bool online = HdlGatewayLogic.Current.CheckGatewayOnlineByFlag(way);
                    bool online = HdlGatewayLogic.Current.CheckGatewayOnlineByMemory(way);
                    this.GatewayOnlinePush(way, online, true);
                }
                //网关新版本检测
@@ -401,7 +401,7 @@
                {
                    return;
                }
                if (HdlGatewayLogic.Current.CheckGatewayOnlineByFlag(way) == false)
                if (HdlGatewayLogic.Current.CheckGatewayOnlineByMemory(way) == false)
                {
                    //不在线的不用理它
                    continue;