123
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user