init
This commit is contained in:
@@ -23,6 +23,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
left join cai_user t2 on t1.user_id = t2.id
|
||||
left join cai_user t3 on t1.report_uid = t3.id
|
||||
<where>
|
||||
<if test="bo.status != null">
|
||||
and t1.status = #{bo.status}
|
||||
</if>
|
||||
<if test="bo.mobile != null and bo.mobile != ''">
|
||||
and t2.mobile = #{bo.mobile}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user