Commit f1c88316 authored by fangxinjiang's avatar fangxinjiang

事业部&事业部条线-fxj

parent f5d9c9a1
......@@ -127,7 +127,7 @@
WHEN a.PERMISSION_STATUS =1 THEN "禁用"
ELSE a.PERMISSION_STATUS END as PERMISSION_STATUS
FROM sys_user_permission a
LEFT JOIN permission_type c on a.PERMISSION_TYPE = c.dict_id and dic_type='permission'
LEFT JOIN permission_type c on a.PERMISSION_TYPE = c.dict_id and c.dict_type='permission'
LEFT JOIN sys_user_info b on a.user_id = b.fd_id
<where>
a.DELETE_FLAG = '1'
......
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