JLChen
2020-11-20 437c7a6d88d11e500fc19a3dd198aec28412f06b
HDL_ON/DriverLayer/UdpSocket.cs
@@ -27,7 +27,7 @@
      {
            get
            {
            if (MainPage.LoginUser != null && Entity.DB_ResidenceData.residenceData != null)
            if ( UserInfo.Current != null && Entity.DB_ResidenceData.residenceData != null)
            {
               return Entity.DB_ResidenceData.residenceData.GatewayType == 0 ? 6000 : 8585;
            }