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

update:更新

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