解决无开发权限工具,会自动带出的问题

This commit is contained in:
zer0Black
2021-12-01 21:06:24 +08:00
parent aa6b1b933f
commit 4b16afc592
@@ -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