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,
|
||||
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue