客户健康信息加上备注编辑修改

This commit is contained in:
xiezhijun
2021-02-05 18:31:13 +08:00
parent d78cb2f870
commit 87735820d9
3 changed files with 119 additions and 6 deletions

View File

@ -104,7 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
) AS up GROUP BY user_id ) AS ups USING(user_id)
WHERE del_flag = '0'
<if test="userName != null and userName != ''">
AND user_name like concat('%', #{userName}, '%')
AND (user_name like concat('%', #{userName}, '%') OR nick_name like concat('%', #{userName}, '%'))
</if>
<if test="status != null and status != ''">
AND status = #{status}