清理代码
This commit is contained in:
parent
9ddf13031e
commit
990d728e29
@ -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;
|
||||
}
|
||||
// 放行权限
|
||||
|
Loading…
Reference in New Issue
Block a user