提交 34c655a4 编写于 作者: Mosher's avatar Mosher

update:更新

上级 64a38f2b
......@@ -288,7 +288,7 @@
if (dstParam) {
try {
const service: ${srfclassname('${logicNode.getDstPSAppDataEntity().getCodeName()}')}Service = = new ${srfclassname('${logicNode.getDstPSAppDataEntity().getCodeName()}')}Service;
const result = await service['executeAppDELogic']('${logicNode.getDstPSAppDELogic.codeName}', actionContext.context, dstParam.getReal() ? dstParam.getReal() : {});
const result = await service['executeAppDELogic']('${logicNode.getDstPSAppDELogic().codeName}', actionContext.context, dstParam.getReal() ? dstParam.getReal() : {});
if (result) {
if(retParam){
retParam.bind(result);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册