diff --git a/Dao/MyBatis/Maps/User.xml b/Dao/MyBatis/Maps/User.xml
index f06ee3a..181672b 100644
--- a/Dao/MyBatis/Maps/User.xml
+++ b/Dao/MyBatis/Maps/User.xml
@@ -507,7 +507,8 @@
,asname=#asname#,ceoname=#ceoname#,brno =#brno#,grno =#grno#,btype =#btype#,bkind =#bkind#,salesamount=#salesamount#,homeurl=#homeurl#
,mcount=#mcount#,aday =#aday# ,post =#post#,address1=#address1#,address2=#address2#,fgnobno=#fgnobno#,fgnobank=#fgnobank#
- ,eino=#eino#,mname=#mname#
+ ,eino=#eino#
+ ,mname=case when #mname# is not null then #mname# else mname end
,mphone =case when #mphone# is not null then HEX(AES_ENCRYPT(#mphone#, )) else mphone end
,taxemail =case when #taxemail# is not null then HEX(AES_ENCRYPT(#taxemail#, )) else taxemail end
where asno=#asno#
diff --git a/FO/Views/My/MyAssInfo.cshtml b/FO/Views/My/MyAssInfo.cshtml
index 253608a..cb3c2eb 100644
--- a/FO/Views/My/MyAssInfo.cshtml
+++ b/FO/Views/My/MyAssInfo.cshtml
@@ -60,11 +60,11 @@