wxr
2020-11-20 716d1b3b705e7d37e6edebd7f60b7613ab5aee87
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;
            }