From 8d9ffda872b5f6a254eac8b07f8c390edad392cb Mon Sep 17 00:00:00 2001 From: Bright Date: Fri, 18 Jul 2025 15:23:49 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=81=E0=B8=A3=E0=B8=93=E0=B8=B5=E0=B8=96?= =?UTF-8?q?=E0=B8=B6=E0=B8=87=E0=B9=81=E0=B8=81=E0=B9=88=E0=B8=81=E0=B8=A3?= =?UTF-8?q?=E0=B8=A3=E0=B8=A1=E0=B9=83=E0=B8=8A=E0=B9=89=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=99=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B9=80=E0=B8=AA=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=8A=E0=B8=B5=E0=B8=A7=E0=B8=B4=E0=B8=95=E0=B8=9B?= =?UTF-8?q?=E0=B8=B1=E0=B9=8A=E0=B8=A1=E0=B8=A5=E0=B8=87=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=99=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=84=E0=B8=B3=E0=B8=AA?= =?UTF-8?q?=E0=B8=B1=E0=B9=88=E0=B8=87=E0=B8=A1=E0=B8=B5=E0=B8=9C=E0=B8=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/ProfileController.ts | 2 +- src/controllers/ProfileEmployeeController.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index 22abc1de..c63fc972 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -10268,7 +10268,7 @@ export class ProfileController extends Controller { orgChild4: orgChild4Ref?.orgChild4Name, commandYear: new Date().getFullYear() + 543, // commandDateSign: new Date(), - commandDateAffect: new Date(), + commandDateAffect: requestBody.dateLeave, commandCode: "16", commandName: "พ้นจากราชการ", posNoAbb: shortName, diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index 00a04ca2..d6c198d9 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -5674,7 +5674,7 @@ export class ProfileEmployeeController extends Controller { orgChild4: orgChild4Ref?.orgChild4Name, commandYear: new Date().getFullYear() + 543, // commandDateSign: new Date(), - commandDateAffect: new Date(), + commandDateAffect: requestBody.dateLeave, commandCode: "16", commandName: "พ้นจากราชการ", posNoAbb: shortName,