123
This commit is contained in:
@@ -26,6 +26,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
from cai_user_invite t1
|
||||
join cai_user t2 on t1.user_id = t2.id
|
||||
where t1.invite_id = #{inviteId}
|
||||
<if test="usercode != null and usercode != ''">
|
||||
and t2.usercode = #{usercode}
|
||||
</if>
|
||||
</select>
|
||||
<select id="pageAdmin" resultType="com.ruoyi.cai.dto.admin.vo.UserInviteAdminVo">
|
||||
select t1.*,
|
||||
|
||||
Reference in New Issue
Block a user