ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayLogic.cs
@@ -1525,7 +1525,7 @@ var tempWay = ZbGateway.GateWayList.Find(obj => (obj != null) && (obj.GwId == gateway.GwId)); if (tempWay == null) { ZbGateway.GateWayList.Add(tempWay); ZbGateway.GateWayList.Add(gateway); } } }