From f841009a00e611541f7e9f2eba29eaaf04844c6b Mon Sep 17 00:00:00 2001 From: lch Date: Fri, 21 May 2021 08:44:46 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B0=9C=EC=9D=B8=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dao/MyBatis/Maps/CM.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dao/MyBatis/Maps/CM.xml b/Dao/MyBatis/Maps/CM.xml index d97ffbb..7ae5924 100644 --- a/Dao/MyBatis/Maps/CM.xml +++ b/Dao/MyBatis/Maps/CM.xml @@ -1916,9 +1916,9 @@ ,mobile =HEX(AES_ENCRYPT(#mobile#, )) ,asno =#asno# ,userpno =case when #userpno# is not null then HEX(AES_ENCRYPT(#userpno#, )) else null end - ,post =case when #post# is not null then #post# else post end - ,address1 =case when #address1# is not null then #address1# else address1 end - ,address2 =case when #address2# is not null then #address2# else address2 end + ,post =case when #upost# is not null then #upost# else post end + ,address1 =case when #uaddress1# is not null then #uaddress1# else address1 end + ,address2 =case when #uaddress2# is not null then #uaddress2# else address2 end ,uduty = #uduty# ,slevel = #slevel# ,isassignuser = #isassignuser#