From af38addf46a7bc63b96514bd8ddd48d1cc5bd7e8 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Mon, 4 Nov 2024 11:16:37 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B8=9F=E0=B8=B4=E0=B8=A7=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87?= =?UTF-8?q?=E0=B8=9C=E0=B8=A5=20Get=20/api/v1/org/command/step/{commandId}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/CommandController.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 9973a507..28498513 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -1400,6 +1400,8 @@ export class CommandController extends Controller { lastName: item.lastName, position: item.position, profileId: item.profileId, + comment: item.comment, + isSignatory: item.isSignatory, })); return new HttpSuccess(_command); }