Fix Script #2292
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s

This commit is contained in:
harid 2026-02-10 11:33:50 +07:00
parent d6bb9be93d
commit ecfb65e159

View file

@ -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",