提交 28385eea 编写于 作者: Mosher's avatar Mosher

update:更新

上级 0fb19336
......@@ -65,7 +65,7 @@
const result_${index} = undefined;
</#if>
<#if param.getDstFieldName?? && param.getDstFieldName()??>
const dstParam_${index}.set('${param.getDstFieldName()?lower_case}', result_${index});
dstParam_${index}.set('${param.getDstFieldName()?lower_case}', result_${index});
<#else>
dstParam_${index}.bind(result_${index});
</#if>
......@@ -294,7 +294,6 @@
retParam.bind(result);
}
actionContext.bindLastReturnParam(result);
return retParam;
} else {
throw new Error(`调用实体处理逻辑异常`);
}
......@@ -487,7 +486,6 @@
* @memberof ${srfclassname('${item.getCodeName()}')}UILogicBase
*/
protected async execute_${logicNode.codeName?lower_case}_node(actionContext: UIActionContext) {
// <#if item?? && item.name??>${item.name}</#if>
<#if logicNode.getLogicNodeType() == 'BEGIN'>
<#-- 开始节点 -->
<@beginNode logicNode/>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册