This commit is contained in:
mashuai 2025-05-22 10:57:41 +08:00
parent 50b8b37304
commit cc9662b2d9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
FROM FROM
purchase_notice_person) purchase_notice_person)
<if test="userName != null and userName != ''"> <if test="userName != null and userName != ''">
AND u.user_name like concat('%', #{userName}, '%') AND u.nick_name like concat('%', #{userName}, '%')
</if> </if>
GROUP BY u.user_id GROUP BY u.user_id
</select> </select>