This commit is contained in:
parent
50b8b37304
commit
cc9662b2d9
|
|
@ -70,7 +70,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
FROM
|
||||
purchase_notice_person)
|
||||
<if test="userName != null and userName != ''">
|
||||
AND u.user_name like concat('%', #{userName}, '%')
|
||||
AND u.nick_name like concat('%', #{userName}, '%')
|
||||
</if>
|
||||
GROUP BY u.user_id
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue