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, profileEmployeeId: x.profileEmployeeId,
dateStart: x.commandDateAffect, dateStart: x.commandDateAffect,
dateEnd: null, dateEnd: null,
posNo: x.posNo, posNo: `${x.posNoAbb} ${x.posNo}`,
position: x.positionName, position: x.positionName,
commandId: x.commandId, commandId: x.commandId,
refCommandNo: x.commandNo, refCommandNo: x.commandNo,
@ -1455,7 +1455,7 @@ export class ProfileSalaryTempController extends Controller {
dateEnd: null, dateEnd: null,
commandId: x.commandId, commandId: x.commandId,
commandNo: x.commandNo, commandNo: x.commandNo,
commandName: x.commandName, commandName: x.commandName ?? "ให้ช่วยราชการ",
refCommandDate: x.commandDateSign, refCommandDate: x.commandDateSign,
refId: x.refId, refId: x.refId,
status: "DONE", status: "DONE",