Commit cf72144f authored by huyuchen's avatar huyuchen

权限合并表单接口

parent 052776ff
......@@ -114,7 +114,7 @@
SELECT
a.EMP_NAME,
a.EMP_LOGIN_NAME,
b.fd_dept_name,
c.fd_dept_name,
b.name AS PERMISSION_TYPE,
a.NAME,
a.CODE,
......@@ -126,7 +126,7 @@
ELSE a.PERMISSION_STATUS END as PERMISSION_STATUS
FROM sys_user_permission a
LEFT JOIN permission_type b on a.PERMISSION_TYPE = b.id
LEFT JOIN sys_user_info b on a.EMP_LOGIN_NAME = b.fd_login_name
LEFT JOIN sys_user_info c on a.EMP_LOGIN_NAME = c.fd_login_name
<where>
a.DELETE_FLAG = '1'
<include refid="sysUserPermission_where"/>
......
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