Commit 5f0d0636 authored by 徐州's avatar 徐州

修改漏掉的sql

parent 78d8fe11
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
email, extattr, status, enabled, createUserid, createUsername, createTime, createIp, updateUserid, email, extattr, status, enabled, createUserid, createUsername, createTime, createIp, updateUserid,
updateUsername, updateTime, updateIp, preLoginTime, lastLoginTime, hotlinephone, goodat, updateUsername, updateTime, updateIp, preLoginTime, lastLoginTime, hotlinephone, goodat,
description, headImgURL, fullImgURL,isFreeMan,defaultVisit,accid,identityType,token,limitLogin, description, headImgURL, fullImgURL,isFreeMan,defaultVisit,accid,identityType,token,limitLogin,
wx_number as wxNumber,wx_code_imgUrl as wxCodeImgUrl,promote_id AS promoteId,online_status AS onlineStatus wx_number as wxNumber,wx_code_imgUrl as wxCodeImgUrl,promote_id AS promoteId,online_status AS onlineStatus,showMobile
]]> ]]>
</sql> </sql>
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
updateIp, updateIp,
preLoginTime, preLoginTime,
lastLoginTime, lastLoginTime,
hotlinephone, goodat, description, headImgURL, fullImgURL,isFreeMan,limitLogin,promote_id hotlinephone, goodat, description, headImgURL, fullImgURL,isFreeMan,limitLogin,promote_id,showMobile
) VALUES ( ) VALUES (
#id#, #id#,
#name#, #name#,
...@@ -348,6 +348,11 @@ ...@@ -348,6 +348,11 @@
promote_id = #promoteId# promote_id = #promoteId#
]]> ]]>
</isNotEmpty> </isNotEmpty>
<isNotEmpty prepend="," property="showMobile">
<![CDATA[
showMobile = #showMobile#
]]>
</isNotEmpty>
</dynamic> </dynamic>
WHERE WHERE
id = #id# id = #id#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment