Commit a79f81f9 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 1bd9be40
...@@ -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 1=1 and u.del_flag = '0' and u.lock_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