修复提交错误
This commit is contained in:
parent
f50566dc6d
commit
598275b8fd
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue