From 8cb8badb5dd67bba6be68ea1623c7416f7e77a96 Mon Sep 17 00:00:00 2001 From: imeepos Date: Thu, 4 Sep 2025 21:15:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=94=E5=9B=9E=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0executionResult?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/template.controller.ts | 1 + 1 file changed, 1 insertion(+) 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) {