提交 95c177d3 编写于 作者: sq3536's avatar sq3536

codeName

上级 e61ba025
......@@ -140,7 +140,7 @@ public interface {{entity.codeName}}Service extends IBaseService<{{entity.codeNa
return {{inParamName}};
{{else}}
IBaseService.super.beforeAction("{{codeName}}",{{inParamName}});
{{outParam}} rt = ({{outParam}})IBaseService.super.forwardAction("{{name}}",{{inParamName}});
{{outParam}} rt = ({{outParam}})IBaseService.super.forwardAction("{{codeName}}",{{inParamName}});
if(rt!=null)
IBaseService.super.afterAction("{{codeName}}",rt);
return rt;
......
......@@ -141,7 +141,7 @@ public interface {{entity.codeName}}Service extends IMPService<{{entity.codeName
return {{inParamName}};
{{else}}
IMPService.super.beforeAction("{{codeName}}",{{inParamName}});
{{outParam}} rt = ({{outParam}})IMPService.super.forwardAction("{{name}}",{{inParamName}});
{{outParam}} rt = ({{outParam}})IMPService.super.forwardAction("{{codeName}}",{{inParamName}});
if(rt!=null)
IMPService.super.afterAction("{{codeName}}",rt);
return rt;
......
......@@ -140,7 +140,7 @@ public interface {{entity.codeName}}Service extends IServiceApiService<{{entity.
return {{inParamName}};
{{else}}
IServiceApiService.super.beforeAction("{{codeName}}",{{inParamName}});
{{outParam}} rt = ({{outParam}})IServiceApiService.super.forwardAction("{{name}}",{{inParamName}});
{{outParam}} rt = ({{outParam}})IServiceApiService.super.forwardAction("{{codeName}}",{{inParamName}});
if(rt!=null)
IServiceApiService.super.afterAction("{{codeName}}",rt);
return rt;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册