未验证 提交 2cfc35d3 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Merge branch 'master' into fix/mysql-plugin-issue

......@@ -210,7 +210,7 @@ public abstract class ClassEnhancePluginDefine extends AbstractClassEnhancePlugi
.withBinders(
Morph.Binder.install(OverrideCallable.class)
)
.to(new StaticMethodsInter(interceptor))
.to(new StaticMethodsInterWithOverrideArgs(interceptor))
);
} else {
newClassBuilder = newClassBuilder.method(isStatic().and(staticMethodsInterceptPoint.getMethodsMatcher()))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册