mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 04:22:08 +08:00
应用访问权限修复
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
select distinct
|
||||
app.*
|
||||
from
|
||||
mxk_apps app,mxk_group_permissions p,mxk_groups g
|
||||
mxk_apps app,mxk_access p,mxk_groups g
|
||||
where
|
||||
app.id = p.appid
|
||||
and p.groupid = g.id
|
||||
|
||||
Reference in New Issue
Block a user