JLChen
2020-12-12 b3abfd30576871c32f2839a322fa3bb783f96498
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;
            }