forked from github/dataease
fix: 异常处理
This commit is contained in:
parent
81e90f2ac6
commit
76e759e605
@ -68,7 +68,7 @@ public class DePermissionAnnotationHandler {
|
||||
return point.proceed(point.getArgs());
|
||||
} catch (Throwable throwable) {
|
||||
LogUtil.error(throwable.getMessage(), throwable);
|
||||
throw new RuntimeException(throwable);
|
||||
throw new RuntimeException(throwable.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user