解决无开发权限工具,会自动带出的问题
This commit is contained in:
+1
-2
@@ -51,8 +51,7 @@
|
|||||||
join sys_user d on d.id = c.user_id
|
join sys_user d on d.id = c.user_id
|
||||||
where p.id = a.permission_id AND d.username = #{username,jdbcType=VARCHAR}
|
where p.id = a.permission_id AND d.username = #{username,jdbcType=VARCHAR}
|
||||||
)
|
)
|
||||||
or (p.url like '%:code' and p.url like '/online%' and p.hidden = 1)
|
)
|
||||||
or p.url = '/online')
|
|
||||||
and p.del_flag = 0
|
and p.del_flag = 0
|
||||||
<!--update begin Author:lvdandan Date:20200213 for:加入部门权限 -->
|
<!--update begin Author:lvdandan Date:20200213 for:加入部门权限 -->
|
||||||
UNION
|
UNION
|
||||||
|
|||||||
Reference in New Issue
Block a user