清理代码

This commit is contained in:
wanggeng 2021-11-16 10:43:43 +08:00
parent 9ddf13031e
commit 990d728e29

View File

@ -64,7 +64,6 @@ public class RbacServiceImpl implements IRbacService {
if (StringUtils.contains(roleGrantedAuthority.getRoleId(), ISystemConstant.ADMIN)) {
LOG.trace("权限校验URI{},当前用户为最高管理员,有所有权限", requestURI);
hasPermission = true;
String uri = request.getRequestURI().replace(request.getContextPath(), "");
break;
}
// 放行权限