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

工作流

上级 824f9815
...@@ -395,7 +395,6 @@ public class ${item.getCodeName()}ServiceImpl extends ServiceImpl<${de.getCodeNa ...@@ -395,7 +395,6 @@ public class ${item.getCodeName()}ServiceImpl extends ServiceImpl<${de.getCodeNa
public Page<<#if dedataset.isEnableGroup()>HashMap<#else>${item.getCodeName()}</#if>> search${dedataset.getCodeName()}(${item.getCodeName()}SearchContext context) { public Page<<#if dedataset.isEnableGroup()>HashMap<#else>${item.getCodeName()}</#if>> search${dedataset.getCodeName()}(${item.getCodeName()}SearchContext context) {
<#if item.isEnableSQLStorage() && item.getAllPSDEDBTables()??> <#if item.isEnableSQLStorage() && item.getAllPSDEDBTables()??>
<#--<#list item.getAllPSDEDBTables() as detable>--> <#--<#list item.getAllPSDEDBTables() as detable>-->
<#assign entityName=srfpluralize(item.getCodeName()?lower_case)>
<#if de.hasPSDEWF()==true> <#if de.hasPSDEWF()==true>
fillWFTaskContext(context); fillWFTaskContext(context);
</#if> </#if>
...@@ -412,6 +411,7 @@ public class ${item.getCodeName()}ServiceImpl extends ServiceImpl<${de.getCodeNa ...@@ -412,6 +411,7 @@ public class ${item.getCodeName()}ServiceImpl extends ServiceImpl<${de.getCodeNa
<#comment>引入工作流FeignClient</#comment> <#comment>引入工作流FeignClient</#comment>
<#if de.hasPSDEWF()==true> <#if de.hasPSDEWF()==true>
<#assign entityName=srfpluralize(item.getCodeName()?lower_case)>
@Autowired @Autowired
${pub.getPKGCodeName()}.util.client.IBZWFFeignClient ibzwfFeignClient; ${pub.getPKGCodeName()}.util.client.IBZWFFeignClient ibzwfFeignClient;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册