1
wei
2021-03-26 e1b93fdc286e0f73b2b9a09c0a82a22a71074f2f
HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -497,6 +497,10 @@
                            UserInfo.Current.regionList.Add(home);
                        }
                    }
                    if(UserInfo.Current.regionList.Count== 0)
                    {
                        return "null";
                    }
                    //-------如果账号是首次登录
                    if (DB_ResidenceData.Instance.CurrentRegion == null || string.IsNullOrEmpty(DB_ResidenceData.Instance.CurrentRegion.RegionID))
                    {