Commit 9d044193 authored by fangxinjiang's avatar fangxinjiang

客户服务平台-fxj

parent d296e691
...@@ -425,7 +425,7 @@ ...@@ -425,7 +425,7 @@
LEFT JOIN sys_user_dept_permission p on u.user_id=p.user_id LEFT JOIN sys_user_dept_permission p on u.user_id=p.user_id
LEFT JOIN sys_dept d on d.dept_id=p.dept_id LEFT JOIN sys_dept d on d.dept_id=p.dept_id
where where
1=1 and u.del_flag = '0' and u.lock_flag = '0' 1=1 and u.del_flag = '0'
<if test="nickName != null and nickName != ''"> <if test="nickName != null and nickName != ''">
and u.nickname LIKE CONCAT('%',#{nickName},'%') and u.nickname LIKE CONCAT('%',#{nickName},'%')
</if> </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment