fix: 返回结果添加executionResult

This commit is contained in:
imeepos 2025-09-04 21:15:03 +08:00
parent 4311527356
commit 8cb8badb5d
1 changed files with 1 additions and 0 deletions

View File

@ -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) {