กรณีเลือกหน่วยงาน เพิ่มฟิลด์ posExecutiveName
This commit is contained in:
parent
a4c629b9bd
commit
fcf76349f6
6 changed files with 6 additions and 0 deletions
|
|
@ -968,6 +968,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
person.positionId = req.positionId;
|
||||
person.posMasterNo = req.posMasterNo;
|
||||
person.positionName = req.positionName;
|
||||
person.PositionExecutive = req.posExecutiveName;
|
||||
person.positionField = req.positionField;
|
||||
person.posTypeId = req.posTypeId;
|
||||
person.posTypeName = req.posTypeName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue