Fix Script #2292
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
This commit is contained in:
parent
d6bb9be93d
commit
ecfb65e159
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue