This commit is contained in:
dute7liang
2024-01-28 16:24:40 +08:00
parent afa28e5039
commit 76cfa50e5e
12 changed files with 61 additions and 47 deletions

View File

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