main
parent
77efd7d5c2
commit
da399e4c6d
@ -1,28 +0,0 @@
|
||||
select
|
||||
distinct res.name,
|
||||
res.URL,
|
||||
res.id,
|
||||
res.PARENT_ID,
|
||||
res.COMMON,
|
||||
res.ICON,
|
||||
res.SORT,
|
||||
res.TYPE,
|
||||
res.URL,
|
||||
res.DESCRIPTION,
|
||||
res.STATUS,
|
||||
res.PERMISSION_STR,
|
||||
res.PARENT_IDS,
|
||||
res.SYSTEM_CODE,
|
||||
res.ROUTE_NAME,
|
||||
srr.PERMISSION
|
||||
from
|
||||
sys_menu res
|
||||
left join sys_role_menu srr on
|
||||
res.id = srr.menu_id
|
||||
left join sys_user_role ur on
|
||||
ur.role_id = srr.role_id
|
||||
where
|
||||
STATUS = '0'
|
||||
and ur.user_id = '120'
|
||||
order by
|
||||
res.SORT
|
Loading…
Reference in new issue