修改用户查询报错
parent
58ae637bb0
commit
dabf110e29
|
@ -95,7 +95,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
AND u.nick_name = #{nickName}
|
||||
</if>
|
||||
<if test="status != null and status != ''">
|
||||
AND uc.status = #{status}
|
||||
AND u.status = #{status}
|
||||
</if>
|
||||
<if test="phonenumber != null and phonenumber != ''">
|
||||
AND u.phonenumber like concat('%', #{phonenumber}, '%')
|
||||
|
|
Loading…
Reference in New Issue