From 1e9b282942cbb782c81b7f1ba4003a5179002b12 Mon Sep 17 00:00:00 2001 From: harid Date: Thu, 11 Jun 2026 17:30:56 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B8=9E=E0=B9=89=E0=B8=99=E0=B8=88?= =?UTF-8?q?=E0=B8=B2=E0=B8=81=E0=B8=A3=E0=B8=B2=E0=B8=8A=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B9=81=E0=B8=AA=E0=B8=94?= =?UTF-8?q?=E0=B8=87=20=E0=B8=81=E0=B8=A3=E0=B8=93=E0=B8=B5=E0=B9=84?= =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=A3=E0=B8=B2=E0=B8=8A?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=97=E0=B8=AB=E0=B8=B2=E0=B8=A3?= =?UTF-8?q?=20#248?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interfaces/utils.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/interfaces/utils.ts b/src/interfaces/utils.ts index 91f3d817..7b55fd0f 100644 --- a/src/interfaces/utils.ts +++ b/src/interfaces/utils.ts @@ -417,6 +417,7 @@ export async function checkCommandType(commandId: string) { "C-PM-25", "C-PM-26", "C-PM-43", + "C-PM-48" ].includes(String(_type?.commandType.code)) ) { // return false; @@ -480,6 +481,11 @@ export async function checkCommandType(commandId: string) { _retireTypeName = "ให้ออกจากราชการ"; break; } + case "C-PM-48": { + _leaveType = "RETIRE_MILITARY"; + _retireTypeName = "รับราชการทหาร"; + break; + } default: { _leaveType = ""; _retireTypeName = "";