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

修改漏掉的sql

parent 78d8fe11
......@@ -63,7 +63,7 @@
email, extattr, status, enabled, createUserid, createUsername, createTime, createIp, updateUserid,
updateUsername, updateTime, updateIp, preLoginTime, lastLoginTime, hotlinephone, goodat,
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>
......@@ -102,7 +102,7 @@
updateIp,
preLoginTime,
lastLoginTime,
hotlinephone, goodat, description, headImgURL, fullImgURL,isFreeMan,limitLogin,promote_id
hotlinephone, goodat, description, headImgURL, fullImgURL,isFreeMan,limitLogin,promote_id,showMobile
) VALUES (
#id#,
#name#,
......@@ -348,6 +348,11 @@
promote_id = #promoteId#
]]>
</isNotEmpty>
<isNotEmpty prepend="," property="showMobile">
<![CDATA[
showMobile = #showMobile#
]]>
</isNotEmpty>
</dynamic>
WHERE
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