diff --git a/北京北汽/SCP/Business/PageBase.cs b/北京北汽/SCP/Business/PageBase.cs index 267b16e..b3ea611 100644 --- a/北京北汽/SCP/Business/PageBase.cs +++ b/北京北汽/SCP/Business/PageBase.cs @@ -585,7 +585,7 @@ namespace SCP } DateTime now = DateTime.Now; online.User = user; - online.IPAdddress = GetIp4Address(); // GetExternalIpAddress();//Request.UserHostAddress; + online.IPAdddress = Request.UserHostAddress; //GetExternalIpAddress(); online.LoginTime = now; online.UpdateTime = now;