Merge branch 'v1.8' into dev

This commit is contained in:
taojinlong 2022-03-02 18:52:33 +08:00
commit afd843f49c

View File

@ -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());
}
}