mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:09:38 +08:00
fix: 全局异常处理
This commit is contained in:
@@ -90,7 +90,7 @@ public class DePermissionAnnotationHandler {
|
||||
|
||||
} catch (Throwable throwable) {
|
||||
LogUtil.error(throwable.getMessage(), throwable);
|
||||
throw new RuntimeException(throwable);
|
||||
throw new RuntimeException(throwable.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user