init
This commit is contained in:
@@ -31,7 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
join xq_user_status t4 on t1.id = t4.user_id
|
join xq_user_status t4 on t1.id = t4.user_id
|
||||||
where t1.type = 0 and t1.status = 0 and t1.finish_base_status = 1 and t4.personals_status = 1
|
where t1.type = 0 and t1.status = 0 and t1.finish_base_status = 1 and t4.personals_status = 1
|
||||||
<if test="params.usercode != null">
|
<if test="params.usercode != null">
|
||||||
and t1.usercode >= #{params.usercode}
|
and t1.usercode = #{params.usercode}
|
||||||
</if>
|
</if>
|
||||||
<if test="params.birthdayBegin != null">
|
<if test="params.birthdayBegin != null">
|
||||||
and t1.birthday >= #{params.birthdayBegin}
|
and t1.birthday >= #{params.birthdayBegin}
|
||||||
|
|||||||
Reference in New Issue
Block a user