修改用户查询报错

dev_xd
lj7788 2025-08-31 22:07:58 +08:00
parent 58ae637bb0
commit dabf110e29
1 changed files with 1 additions and 1 deletions

View File

@ -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}, '%')