分销员
This commit is contained in:
parent
dbf8616495
commit
666a84892e
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<select id="findByUserId" resultType="com.sqx.modules.bl.commission.jjr.entity.JjrApply">
|
<select id="findByUserId" resultType="com.sqx.modules.bl.commission.jjr.entity.JjrApply">
|
||||||
select a.*
|
select a.*
|
||||||
from bl_fxy_apply a
|
from bl_jjr_apply a
|
||||||
where user_id = #{userId}
|
where user_id = #{userId}
|
||||||
limit 1
|
limit 1
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in New Issue