This commit is contained in:
777
2025-09-04 15:24:37 +08:00
parent d9ec35df6a
commit dca61c12cf

View File

@@ -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>