提交 4c7f6ed3 authored 作者: taojinlong's avatar taojinlong

fix: 全局异常处理

上级 69ee34bf
......@@ -90,7 +90,7 @@ public class DePermissionAnnotationHandler {
} catch (Throwable throwable) {
LogUtil.error(throwable.getMessage(), throwable);
throw new RuntimeException(throwable);
throw new RuntimeException(throwable.getMessage());
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论