分销员

This commit is contained in:
曹磊 2024-08-09 14:01:48 +08:00
parent dbf8616495
commit 666a84892e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<select id="findByUserId" resultType="com.sqx.modules.bl.commission.jjr.entity.JjrApply">
select a.*
from bl_fxy_apply a
from bl_jjr_apply a
where user_id = #{userId}
limit 1
</select>