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

补充工作流所在应用

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