mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
This commit is contained in:
parent
064c0e3bd2
commit
ab27be7f81
@ -427,7 +427,7 @@ public class MPJInterceptor implements Interceptor {
|
||||
public Object plugin(Object target) {
|
||||
try {
|
||||
return Interceptor.super.plugin(target);
|
||||
} catch (Exception e) {
|
||||
} catch (Throwable e) {
|
||||
return Plugin.wrap(target, this);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user