From 19d7799b5a23ac479e267cb8557ef484de63b04f Mon Sep 17 00:00:00 2001 From: harid Date: Tue, 10 Feb 2026 13:19:09 +0700 Subject: [PATCH] Fix Script #2292 --- src/controllers/ProfileSalaryTempController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/ProfileSalaryTempController.ts b/src/controllers/ProfileSalaryTempController.ts index 7835d4cf..33d6a835 100644 --- a/src/controllers/ProfileSalaryTempController.ts +++ b/src/controllers/ProfileSalaryTempController.ts @@ -1434,7 +1434,7 @@ export class ProfileSalaryTempController extends Controller { posNo: `${x.posNoAbb} ${x.posNo}`, position: x.positionName, commandId: x.commandId, - refCommandNo: x.commandNo, + refCommandNo: `${x.commandNo}/${x.commandYear}`, refCommandDate: x.commandDateAffect, status: false, isDeleted: false, @@ -1454,7 +1454,7 @@ export class ProfileSalaryTempController extends Controller { dateStart: x.commandDateAffect, dateEnd: null, commandId: x.commandId, - commandNo: x.commandNo, + commandNo: `${x.commandNo}/${x.commandYear}`, commandName: x.commandName ?? "ให้ช่วยราชการ", refCommandDate: x.commandDateSign, refId: x.refId,