This commit is contained in:
张良(004796)
2024-04-07 16:00:27 +08:00
parent 9a6625905a
commit 5bb1bc6b43
6 changed files with 8 additions and 4 deletions

View File

@@ -11,6 +11,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join cai_user_info t2 on t1.id = t2.user_id
left join cai_user t3 on t1.invite_id = t3.id
<where>
<if test="query.lastLoginIp != null">
and t2.last_login_ip = #{query.lastLoginIp}
</if>
<if test="query.isAnchor != null">
and t1.is_anchor = #{query.isAnchor}
</if>