提交 afd843f4 authored 作者: taojinlong's avatar taojinlong

Merge branch 'v1.8' into dev

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