Jeecg-Boot 2.1.4 版本发布 (版本问题修复)

This commit is contained in:
zhangdaiscott
2020-02-25 22:21:56 +08:00
parent 275ce6c93f
commit 8f8c60d336
4 changed files with 14 additions and 8 deletions
@@ -52,7 +52,8 @@
where p.id = a.permission_id AND d.username = #{username,jdbcType=VARCHAR}
)
<!--update begin Author:taoyan Date:20200225 for:默认授权online的auto动态隐藏路由 -->
or (p.url like '%:code' and p.url like '/online%' and p.hidden = 1) )
or (p.url like '%:code' and p.url like '/online%' and p.hidden = 1)
or (p.url = '/online') )
<!--update end Author:taoyan Date:20200213 for:默认授权online的auto动态隐藏路由 -->
and p.del_flag = 0
<!--update begin Author:lvdandan Date:20200225 for:加入部门权限 -->