This commit is contained in:
77
2024-04-23 23:33:03 +08:00
parent 02cb0db041
commit eaa659b415
11 changed files with 76 additions and 14 deletions

View File

@@ -18,6 +18,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="bo.mobile != null and bo.mobile != ''">
and t2.mobile = #{bo.mobile}
</if>
<if test="bo.auditStatus != null ">
and t1.audit_status = #{bo.auditStatus}
</if>
</where>
order by t1.create_time desc
</select>