提交 e457df05 编写于 作者: tangyaolong's avatar tangyaolong

优化name

上级 24d68774
...@@ -58,7 +58,7 @@ TARGET=PSDEACTION ...@@ -58,7 +58,7 @@ TARGET=PSDEACTION
<#assign deaction = beforelogic.getDstPSDEAction()> <#assign deaction = beforelogic.getDstPSDEAction()>
<#assign target = beforelogic.getId()> <#assign target = beforelogic.getId()>
<#assign groupName = (dataentity.codeName + deaction.codeName)?lower_case> <#assign groupName = (dataentity.codeName + deaction.codeName)?lower_case>
<businessRuleTask activiti:exclusive="true" g:ruleFlowGroup="${target}" id="${target}" implementation="http://www.jboss.org/drools/rule" name="${(dataentity.codeName + deaction.codeName)?lower_case}"/> <businessRuleTask activiti:exclusive="true" g:ruleFlowGroup="${target}" id="${target}" implementation="http://www.jboss.org/drools/rule" name="${groupName}"/>
</#if> </#if>
<sequenceFlow id="${source}_${target}" sourceRef="${source}" targetRef="${target}"/> <sequenceFlow id="${source}_${target}" sourceRef="${source}" targetRef="${target}"/>
<#assign source = target> <#assign source = target>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册