From b312e7d8f67d1e2ff812f205a3cec518dc8213db Mon Sep 17 00:00:00 2001 From: mamoss <> Date: Thu, 8 May 2025 14:47:54 +0700 Subject: [PATCH] edit probation --- src/controllers/CommandController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 4717e959..6bb55426 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -4763,7 +4763,7 @@ export class CommandController extends Controller { // posNoAbb: string | null; commandDateAffect?: Date | null; commandDateSign?: Date | null; - positionName: string | null; + positionName?: string | null; commandCode?: string | null; commandName?: string | null; remark: string | null;