修改组织管理员角色逻辑

This commit is contained in:
yangsb
2024-04-10 18:17:26 +08:00
parent 262b2d1e81
commit 461f9aeb6d
28 changed files with 172 additions and 46 deletions
@@ -87,6 +87,7 @@ public class GlobalExceptionHandler {
return serviceExceptionHandler((ServiceException) ex);
}
if (ex instanceof AccessDeniedException) {
ex.printStackTrace();
return accessDeniedExceptionHandler(request, (AccessDeniedException) ex);
}
return defaultExceptionHandler(request, ex);