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#