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 t3 on t1.invite_id = t3.id
|
||||||
left join cai_user_online t4 on t1.id = t4.user_id
|
left join cai_user_online t4 on t1.id = t4.user_id
|
||||||
<where>
|
<where>
|
||||||
|
<if test="query.inviteUsercode != null and query.inviteUsercode != ''">
|
||||||
|
and t3.usercode = #{query.inviteUsercode}
|
||||||
|
</if>
|
||||||
<if test="query.regBeginTime != null">
|
<if test="query.regBeginTime != null">
|
||||||
and t2.reg_time >= #{query.regBeginTime}
|
and t2.reg_time >= #{query.regBeginTime}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user