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

补充工作流所在应用

上级 53f151ee
...@@ -48,8 +48,8 @@ TARGET=PSWFVERSION ...@@ -48,8 +48,8 @@ TARGET=PSWFVERSION
<#list item.getPSWorkflow().getPSWFDEs() as wfde> <#list item.getPSWorkflow().getPSWFDEs() as wfde>
<#assign mobApp=""> <#assign mobApp="">
<#assign pcApp=""> <#assign pcApp="">
<#if sys.getPSDataEntity(wfde.name,true)??> <#if wfde.getPSDataEntity()??>
<#assign refDE=sys.getPSDataEntity(wfde.name,true)> <#assign refDE=wfde.getPSDataEntity()>
<#if refDE.getAllPSAppDataEntities()??> <#if refDE.getAllPSAppDataEntities()??>
<#list refDE.getAllPSAppDataEntities() as refAppDE> <#list refDE.getAllPSAppDataEntities() as refAppDE>
<#assign app=refAppDE.getPSApplication()> <#assign app=refAppDE.getPSApplication()>
...@@ -73,12 +73,12 @@ TARGET=PSWFVERSION ...@@ -73,12 +73,12 @@ TARGET=PSWFVERSION
</#list> </#list>
</#if> </#if>
<#if pcApp!=""> <#if pcApp!="">
<flowable:field name="bookingapps_${refDE.codeName}"> <flowable:field name="bookingapps_${srfpluralize(refDE.getCodeName()?lower_case)}">
<flowable:string>${pcApp}</flowable:string> <flowable:string>${pcApp}</flowable:string>
</flowable:field> </flowable:field>
</#if> </#if>
<#if mobApp!=""> <#if mobApp!="">
<flowable:field name="bookingmobs_${refDE.codeName}"> <flowable:field name="bookingmobs_${srfpluralize(refDE.getCodeName()?lower_case)}">
<flowable:string>${mobApp}</flowable:string> <flowable:string>${mobApp}</flowable:string>
</flowable:field> </flowable:field>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册