分销员
This commit is contained in:
parent
6c76d50dc0
commit
523e4237e8
|
@ -30,7 +30,7 @@
|
|||
</select>
|
||||
|
||||
<select id="findByUserId" resultType="com.sqx.modules.bl.commission.fxy.entity.FxyApply">
|
||||
select a.id,a.user_id,a.name,a.phone,a.remarks,a.create_time,a.status,a.opinion
|
||||
select a.*
|
||||
from bl_fxy_apply a
|
||||
where user_id = #{userId}
|
||||
limit 1
|
||||
|
|
Loading…
Reference in New Issue