forked from github/dataease
Merge branch 'v1.8' into dev
This commit is contained in:
commit
afd843f49c
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user