V13
This commit is contained in:
@@ -13,6 +13,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
left join cai_user t3 on t1.invite_id = t3.id
|
||||
left join cai_user_online t4 on t1.id = t4.user_id
|
||||
<where>
|
||||
<if test="query.inviteUsercode != null and query.inviteUsercode != ''">
|
||||
and t3.usercode = #{query.inviteUsercode}
|
||||
</if>
|
||||
<if test="query.regBeginTime != null">
|
||||
and t2.reg_time >= #{query.regBeginTime}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user