Fix Script #2292
All checks were successful
Build & Deploy on Dev / build (push) Successful in 50s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 50s
This commit is contained in:
parent
ecfb65e159
commit
19d7799b5a
1 changed files with 2 additions and 2 deletions
|
|
@ -1434,7 +1434,7 @@ export class ProfileSalaryTempController extends Controller {
|
||||||
posNo: `${x.posNoAbb} ${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}/${x.commandYear}`,
|
||||||
refCommandDate: x.commandDateAffect,
|
refCommandDate: x.commandDateAffect,
|
||||||
status: false,
|
status: false,
|
||||||
isDeleted: false,
|
isDeleted: false,
|
||||||
|
|
@ -1454,7 +1454,7 @@ export class ProfileSalaryTempController extends Controller {
|
||||||
dateStart: x.commandDateAffect,
|
dateStart: x.commandDateAffect,
|
||||||
dateEnd: null,
|
dateEnd: null,
|
||||||
commandId: x.commandId,
|
commandId: x.commandId,
|
||||||
commandNo: x.commandNo,
|
commandNo: `${x.commandNo}/${x.commandYear}`,
|
||||||
commandName: x.commandName ?? "ให้ช่วยราชการ",
|
commandName: x.commandName ?? "ให้ช่วยราชการ",
|
||||||
refCommandDate: x.commandDateSign,
|
refCommandDate: x.commandDateSign,
|
||||||
refId: x.refId,
|
refId: x.refId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue