wei
2020-12-11 680d96f157e4609af3e7af6f8d01ee0bf3f55063
HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs
@@ -18,7 +18,7 @@
        ///// </summary>
        //public static string gatewayId = DriverLayer.Control.Ins.GatewayId;
        public static string homeId = UserInfo.Current.CurReginID;
        //public static string homeId = UserInfo.Current.CurReginID;
        /// <summary>
        /// 网关ID(获取嘉乐网关ID)
@@ -29,7 +29,7 @@
            {
                if (Entity.DB_ResidenceData.residenceData.HomeGateway == null)
                {
                    return "";
                    return DriverLayer.Control.Ins.GatewayId;
                }
                return Entity.DB_ResidenceData.residenceData.HomeGateway.gatewayId;
            }