提交 598275b8 编写于 作者: A ascrutae

修复提交错误

上级 f50566dc
......@@ -29,10 +29,9 @@ public class CustomLocalMethodPluginDefine extends ClassEnhancePluginDefine {
@Override
protected String enhanceClassName() {
return "test.com.ai.test.TestObject";
// if (!Config.Plugin.CustomLocalMethodInterceptorPlugin.IS_ENABLE){
// return null;
// }
// return Config.Plugin.CustomLocalMethodInterceptorPlugin.PACKAGE_PREFIX;
if (!Config.Plugin.CustomLocalMethodInterceptorPlugin.IS_ENABLE){
return null;
}
return Config.Plugin.CustomLocalMethodInterceptorPlugin.PACKAGE_PREFIX;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册