Commit dfe09502 authored by huyuchen's avatar huyuchen

菜单权限修改

parent 9b2b32ba
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
a.fd_dept_name a.fd_dept_name
FROM sys_user_info a FROM sys_user_info a
<where> <where>
1=1 1=1 and a.status = 0
<if test="code != null and code != ''"> <if test="code != null and code != ''">
AND (a.fd_login_name like concat('%',#{code},'%') or a.fd_name like concat('%',#{code},'%')) AND (a.fd_login_name like concat('%',#{code},'%') or a.fd_name like concat('%',#{code},'%'))
</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