From 6c0c799c1f5da2d215ec8d9df9b92b3d1948dc14 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 18:03:33 +0800 Subject: [PATCH] 交付住宅,RGB --- HDL_ON/DAL/Server/HttpServerRequest.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/DAL/Server/HttpServerRequest.cs b/HDL_ON/DAL/Server/HttpServerRequest.cs index 97da5b8..6147c35 100644 --- a/HDL_ON/DAL/Server/HttpServerRequest.cs +++ b/HDL_ON/DAL/Server/HttpServerRequest.cs @@ -164,7 +164,7 @@ } #region 娉ㄥ唽銆佺櫥褰曢儴鍒� - + /// <summary> /// 閫氱敤 鍙戦�侀獙璇佺爜鏂规硶 @@ -622,7 +622,7 @@ if (mHomeGatewayRes.Count > 0) { DB_ResidenceData.Instance.HomeGateway = mHomeGatewayRes[0]; - if(mHomeGatewayRes[0].gatewayStatus == "ON_LINE") + if(mHomeGatewayRes[0].gatewayStatus) { //DriverLayer.Control.Ins.IsRemote = true; DriverLayer.Control.Ins.GatewayOnline = true; -- Gitblit v1.8.0