代码提交
This commit is contained in:
parent
7dca5f960c
commit
98329fdb36
|
|
@ -76,6 +76,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="status != null and status != ''">
|
<if test="status != null and status != ''">
|
||||||
AND u.status = #{status}
|
AND u.status = #{status}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="roleId != null">
|
||||||
|
AND dksr.role_id = #{roleId}
|
||||||
|
</if>
|
||||||
<if test="phonenumber != null and phonenumber != ''">
|
<if test="phonenumber != null and phonenumber != ''">
|
||||||
AND INSTR(u.phonenumber, #{phonenumber}) > 0
|
AND INSTR(u.phonenumber, #{phonenumber}) > 0
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue