Commit 4a606ed5 authored by hezhen's avatar hezhen

修改会员

parent add0c68c
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
<result column="nickname" property="nickname" /> <result column="nickname" property="nickname" />
<result column="realname" property="realname" /> <result column="realname" property="realname" />
<result column="headimgurl" property="headimgurl" /> <result column="headimgurl" property="headimgurl" />
<result column="isMember" property="is_member" />
<result column="birthday" property="birthday" /> <result column="birthday" property="birthday" />
<result column="email" property="email" /> <result column="email" property="email" />
<result column="sex" property="sex" /> <result column="sex" property="sex" />
...@@ -26,7 +25,7 @@ ...@@ -26,7 +25,7 @@
<!-- 获取用户信息 --> <!-- 获取用户信息 -->
<select id="getUserInfo" resultMap="AppUserVoMap"> <select id="getUserInfo" resultMap="AppUserVoMap">
select * from app_user_login l select l.im_userid,l.username,l.wx_openid,l.unionid,l.openid,l.status,l.id_number,l.certification_status,d.* from app_user_login l
left join app_user_detail d left join app_user_detail d
on d.userid = l.id where d.userid = #{userId} limit 1 on d.userid = l.id where d.userid = #{userId} limit 1
</select> </select>
......
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