From 78df3d9006b4fa60c312cbda519096c167c1cf21 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期五, 11 十二月 2020 10:46:43 +0800 Subject: [PATCH] 20201210 --- HDL_ON/Entity/DB_ResidenceData.cs | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/HDL_ON/Entity/DB_ResidenceData.cs b/HDL_ON/Entity/DB_ResidenceData.cs index a6e4901..fba65b2 100644 --- a/HDL_ON/Entity/DB_ResidenceData.cs +++ b/HDL_ON/Entity/DB_ResidenceData.cs @@ -45,12 +45,6 @@ return new RegionInfoRes(); } } - - //if (curRegion == null) - //{ - // CurReginID = UserInfo.Current.regionList[0].RegionID; - // return UserInfo.Current.regionList[0]; - //} return curRegion; } } @@ -133,8 +127,6 @@ }); instance.SaveResidenceData(); } - - } catch (Exception ex) { -- Gitblit v1.8.0