From a4f57bf9dda3d52e04f537a2ca24db95761eb888 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 11 十二月 2020 11:34:14 +0800
Subject: [PATCH] Revert "Merge branch 'CJL-NEW' into NewFilePath"

---
 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