代码提交

This commit is contained in:
liang.chao 2025-09-30 15:14:48 +08:00
parent 7dca5f960c
commit 98329fdb36
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="status != null and status != ''">
AND u.status = #{status}
</if>
<if test="roleId != null">
AND dksr.role_id = #{roleId}
</if>
<if test="phonenumber != null and phonenumber != ''">
AND INSTR(u.phonenumber, #{phonenumber}) > 0
</if>