经纪人
This commit is contained in:
parent
cf481d04d5
commit
0cc360ab17
|
@ -174,7 +174,7 @@
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="invitationDetailPage" resultType="com.sqx.modules.bl.commission.fxy.entity.FxyData">
|
<select id="invitationDetailPage" resultType="com.sqx.modules.bl.commission.fxy.entity.FxyData">
|
||||||
select b.user_id,b.avatar,b.user_name,b.phone,
|
select b.user_id,b.avatar,b.user_name,b.phone,b.invitation_code,
|
||||||
(case when b.bl_is_fxy = 0 then '用户' else '分销员' end) as type
|
(case when b.bl_is_fxy = 0 then '用户' else '分销员' end) as type
|
||||||
from tb_user b
|
from tb_user b
|
||||||
where b.bl_fxy_code= #{params.invitationCode}
|
where b.bl_fxy_code= #{params.invitationCode}
|
||||||
|
|
Loading…
Reference in New Issue