提交 d75744c6 编写于 作者: tony001's avatar tony001

适配多项数据主键逻辑(自定义批处理) ---fix:增加自定义行为控制

上级 358f0d61
......@@ -733,6 +733,8 @@ export default class ${srfclassname('${item.getCodeName()}')}ServiceBase extends
<#if singleAppMethod.getMethodType?? && singleAppMethod.getMethodType()?? && singleAppMethod.getMethodType() == "DEACTION" && singleAppMethod.getPSDEAction?? && singleAppMethod.getPSDEAction()?? && singleAppMethod.getPSDEServiceAPIMethod?? && singleAppMethod.getPSDEServiceAPIMethod()??>
<#assign deAction = singleAppMethod.getPSDEAction()>
<#assign singleServiceApi = singleAppMethod.getPSDEServiceAPIMethod()/>
<#if deAction.getActionType?? && deAction.getActionType()?? && deAction.getActionType() == "USERCUSTOM">
/**
* ${singleAppMethod.getCodeName()}Batch接口方法
*
......@@ -766,6 +768,7 @@ export default class ${srfclassname('${item.getCodeName()}')}ServiceBase extends
</#if>
}
</#if>
</#if>
<#-- 自定义行为Batch方法end -->
<#-- 检查行为是否可以执行 start -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册