เพิ่มฟิวเช็คผู้ร้องเรียนที่ยืนมาจากก่อนหน้านี่
This commit is contained in:
parent
491ee1a302
commit
2f51a4e26e
10 changed files with 3089 additions and 0 deletions
|
|
@ -459,6 +459,7 @@ namespace BMA.EHR.DisciplineDisciplinary.Service.Controllers
|
|||
LastName = p.LastName,
|
||||
Position = p.Position,
|
||||
PositionLevel = p.PositionLevel,
|
||||
IsAncestorDNA = p.IsAncestorDNA,
|
||||
Salary = p.Salary,
|
||||
PersonId = p.PersonId,
|
||||
PosNo = p.PosNo,
|
||||
|
|
@ -688,6 +689,7 @@ namespace BMA.EHR.DisciplineDisciplinary.Service.Controllers
|
|||
Organization = item.organization,
|
||||
Position = item.position,
|
||||
PositionLevel = item.positionLevel,
|
||||
IsAncestorDNA = isReport == null ? false : isReport.IsAncestorDNA,
|
||||
Salary = item.salary,
|
||||
PersonId = item.personId,
|
||||
PosNo = item.posNo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue