fix คำสั่ง C-PM-08, C-PM-09 ให้ส่ง positionId เพิ่ม
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m50s
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m50s
This commit is contained in:
parent
04ac35c10b
commit
782d1526b5
1 changed files with 2 additions and 0 deletions
|
|
@ -890,6 +890,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
||||||
commandCode = r.commandCode,
|
commandCode = r.commandCode,
|
||||||
commandName = r.commandName,
|
commandName = r.commandName,
|
||||||
remark = r.remark,
|
remark = r.remark,
|
||||||
|
positionId = p.positionId,
|
||||||
posExecutiveId = p.posExecutiveId,
|
posExecutiveId = p.posExecutiveId,
|
||||||
positionField = p.positionField,
|
positionField = p.positionField,
|
||||||
positionTypeNew = p.posTypeId,
|
positionTypeNew = p.posTypeId,
|
||||||
|
|
@ -1141,6 +1142,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
||||||
commandCode = r.commandCode,
|
commandCode = r.commandCode,
|
||||||
commandName = r.commandName,
|
commandName = r.commandName,
|
||||||
remark = r.remark,
|
remark = r.remark,
|
||||||
|
positionId = p.positionId,
|
||||||
posExecutiveId = p.posExecutiveId,
|
posExecutiveId = p.posExecutiveId,
|
||||||
positionField = p.positionField,
|
positionField = p.positionField,
|
||||||
positionTypeNew = p.posTypeId,
|
positionTypeNew = p.posTypeId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue