Commit 86eb8295 authored by hanfeng's avatar hanfeng

Merge branch 'master-customer-management' into dev

parents b176bcbc 77eb235d
......@@ -322,7 +322,7 @@ from `app_user_detail` as `aud` left join `app_user_login` as `aul` on aul.id=
) as `sell` on sell.user_id=saff.userId
order by sell.sellAmount desc
</select>
<select id="getUserInfo" resultMap="AppUserVoMap">
<select id="getUser" resultMap="AppUserVoMap">
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
on d.userid = l.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