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