From 55bd5c4ccb56cbd3c10e6b170aaab20d7023c139 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 14 十二月 2020 10:44:41 +0800 Subject: [PATCH] Merge branch 'CJL' into NewFilePath --- HDL_ON/Entity/DB_ResidenceData.cs | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/HDL_ON/Entity/DB_ResidenceData.cs b/HDL_ON/Entity/DB_ResidenceData.cs index 8b64843..75e411a 100644 --- a/HDL_ON/Entity/DB_ResidenceData.cs +++ b/HDL_ON/Entity/DB_ResidenceData.cs @@ -49,10 +49,11 @@ return _residecenInfo; } } - set - { - _residecenInfo = value; - } + } + + public void SetCurrentRegion(int index) + { + _residecenInfo = UserInfo.Current.regionList[index]; } ///// <summary> -- Gitblit v1.8.0