lss
2020-06-12 9c16d3614d9b88c637f967518a329f239fcd3aaf
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDeviceUpdateLogic.cs
@@ -204,7 +204,7 @@
                return;
            }
            var tempZb = (ZbGateway)objValue;
            if (tempZb.CurrentGateWayId != HdlGatewayLogic.Current.GetGatewayId(this.zbGateway))
            if (tempZb.GwId != this.zbGateway.GwId)
            {
                //不是自己的网关推送,则不处理
                return;
@@ -363,7 +363,7 @@
                return;
            }
            var tempZb = (ZbGateway)objValue;
            if (tempZb.CurrentGateWayId != HdlGatewayLogic.Current.GetGatewayId(this.zbGateway))
            if (tempZb.GwId != this.zbGateway.GwId)
            {
                //不是自己的网关推送,则不处理
                return;
@@ -412,7 +412,7 @@
        /// </summary>
        /// <param name="statusData"></param>
        /// <returns></returns>
        private bool CheckStatusCode(ZbGatewayData.OTAScheduleResponData statusData)
        private bool CheckStatusCode(CommonDevice.OTAScheduleResponData statusData)
        {
            if (statusData == null)
            {