提交 4edebd97 编写于 作者: Mosher's avatar Mosher

update:更新

上级 dc6529b5
...@@ -3,7 +3,8 @@ TARGET=PSAPPDEUILOGIC ...@@ -3,7 +3,8 @@ TARGET=PSAPPDEUILOGIC
</#ibiztemplate> </#ibiztemplate>
<#-- 获取逻辑节点类型 --> <#-- 获取逻辑节点类型 -->
<#macro getLogicNodeByType logicNode> <#macro getLogicNodeByType logicNode>
<#if logicNode.getLogicNodeType?? && logicNode.getLogicNodeType()??> <#compress>
<#if logicNode.getLogicNodeType?? && logicNode.getLogicNodeType()??>
<#assign type = logicNode.getLogicNodeType()> <#assign type = logicNode.getLogicNodeType()>
<#if type == 'BEGIN'> <#if type == 'BEGIN'>
BeginNode BeginNode
...@@ -12,9 +13,10 @@ EndNode ...@@ -12,9 +13,10 @@ EndNode
<#else> <#else>
LogicNodeBase LogicNodeBase
</#if> </#if>
<#else> <#else>
LogicNodeBase LogicNodeBase
</#if> </#if>
</#compress>
</#macro> </#macro>
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册