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

补充实体行为(处理逻辑)批处理

上级 09da878d
...@@ -279,7 +279,7 @@ public class ${itemCodeName}Resource { ...@@ -279,7 +279,7 @@ public class ${itemCodeName}Resource {
</#if> </#if>
} }
<#comment>自定义行为批处理</#comment> <#comment>自定义行为批处理</#comment>
<#if (deaction.getActionType()=='USERCUSTOM')> <#if (deaction.getActionType()=='USERCUSTOM' || deaction.getActionType()=='DELOGIC')>
<@customBatchAction deaction/> <@customBatchAction deaction/>
</#if> </#if>
...@@ -645,7 +645,7 @@ public class ${itemCodeName}Resource { ...@@ -645,7 +645,7 @@ public class ${itemCodeName}Resource {
</#if> </#if>
} }
<#comment>自定义行为批处理</#comment> <#comment>自定义行为批处理</#comment>
<#if (deaction.getActionType()=='USERCUSTOM')> <#if (deaction.getActionType()=='USERCUSTOM' || deaction.getActionType()=='DELOGIC')>
<@customBatchActionRS deaction/> <@customBatchActionRS deaction/>
</#if> </#if>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册