diff --git a/src/controllers/template.controller.ts b/src/controllers/template.controller.ts index 71c6287..aa21a00 100644 --- a/src/controllers/template.controller.ts +++ b/src/controllers/template.controller.ts @@ -465,6 +465,7 @@ export class TemplateController { executionDuration: execution.executionDuration, createdAt: execution.createdAt, updatedAt: execution.updatedAt, + executionResult: execution.executionResult }, '获取执行进度成功'); } catch (error) { if (error instanceof HttpException) {