This commit is contained in:
parent
50b8b37304
commit
cc9662b2d9
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue