临时用户生效日期
This commit is contained in:
parent
bb66cc5ca7
commit
20e330049f
|
|
@ -133,6 +133,9 @@
|
|||
<if test="status != null and status != ''">
|
||||
AND u.status = #{status}
|
||||
</if>
|
||||
<if test="isPermanent != null and isPermanent != ''">
|
||||
AND u.is_permanent = #{isPermanent}
|
||||
</if>
|
||||
<if test="phonenumber != null and phonenumber != ''">
|
||||
AND u.phonenumber like concat('%', #{phonenumber}, '%')
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue