提交 a50fa994 编写于 作者: zhouweidong's avatar zhouweidong

serviceapi实体自定义行为,注释老处理逻辑相关代码

上级 878eb6ce
......@@ -1166,7 +1166,7 @@ public class ${item.getCodeName()}ServiceImpl implements I${de.getCodeName()}Ser
<@outputTestAction deaction "delogic"/>
<#comment>附加数据逻辑-操作前</#comment>
<@addBoforeLogic deaction/>
${deaction.getPSDELogic().getCodeName()?lower_case}Logic.execute(et);
<#--${deaction.getPSDELogic().getCodeName()?lower_case}Logic.execute(et);-->
<#comment>附加数据逻辑-操作后</#comment>
<@addAfterLogic deaction/>
return et ;
......@@ -1657,7 +1657,7 @@ public class ${item.getCodeName()}ServiceImpl implements I${de.getCodeName()}Ser
<@outputTestAction deaction "usercustom"/>
<#comment>附加数据逻辑-操作前</#comment>
<@addBoforeLogic deaction/>
//自定义代码
et = ${subSysServiceApiDECodeName?uncap_first}FeignClient.${deaction.getPSSubSysServiceAPIDEMethod().getCodeName()?uncap_first}(et.get${srfcaseformat(keyfield.codeName,'l_u2lC')?cap_first}(), et);
<#comment>附加数据逻辑-操作后</#comment>
<@addAfterLogic deaction/>
return et;
......@@ -1673,7 +1673,7 @@ public class ${item.getCodeName()}ServiceImpl implements I${de.getCodeName()}Ser
<@outputTestAction deaction "delogic"/>
<#comment>附加数据逻辑-操作前</#comment>
<@addBoforeLogic deaction/>
${deaction.getPSDELogic().getCodeName()?lower_case}Logic.execute(et);
<#--${deaction.getPSDELogic().getCodeName()?lower_case}Logic.execute(et);-->
<#comment>附加数据逻辑-操作后</#comment>
<@addAfterLogic deaction/>
return et ;
......@@ -2240,7 +2240,7 @@ public class ${item.getCodeName()}ServiceImpl implements I${de.getCodeName()}Ser
<@outputTestAction deaction "delogic"/>
<#comment>附加数据逻辑-操作前</#comment>
<@addBoforeLogic deaction/>
${deaction.getPSDELogic().getCodeName()?lower_case}Logic.execute(et);
<#--${deaction.getPSDELogic().getCodeName()?lower_case}Logic.execute(et);-->
<#comment>附加数据逻辑-操作后</#comment>
<@addAfterLogic deaction/>
return et ;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册