From ecfb65e159301bf72c97c35531a78adbf4583ee5 Mon Sep 17 00:00:00 2001 From: harid Date: Tue, 10 Feb 2026 11:33:50 +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 6ea1713c..7835d4cf 100644 --- a/src/controllers/ProfileSalaryTempController.ts +++ b/src/controllers/ProfileSalaryTempController.ts @@ -1431,7 +1431,7 @@ export class ProfileSalaryTempController extends Controller { profileEmployeeId: x.profileEmployeeId, dateStart: x.commandDateAffect, dateEnd: null, - posNo: x.posNo, + posNo: `${x.posNoAbb} ${x.posNo}`, position: x.positionName, commandId: x.commandId, refCommandNo: x.commandNo, @@ -1455,7 +1455,7 @@ export class ProfileSalaryTempController extends Controller { dateEnd: null, commandId: x.commandId, commandNo: x.commandNo, - commandName: x.commandName, + commandName: x.commandName ?? "ให้ช่วยราชการ", refCommandDate: x.commandDateSign, refId: x.refId, status: "DONE",