เพิ่มฟิวเช็คผู้ร้องเรียนที่ยืนมาจากก่อนหน้านี่
This commit is contained in:
parent
491ee1a302
commit
2f51a4e26e
10 changed files with 3089 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ namespace BMA.EHR.DisciplineComplaint.Service.Controllers
|
|||
LastName = p.LastName,
|
||||
Position = p.Position,
|
||||
PositionLevel = p.PositionLevel,
|
||||
IsAncestorDNA = p.IsAncestorDNA,
|
||||
Salary = p.Salary,
|
||||
PersonId = p.PersonId,
|
||||
PosNo = p.PosNo,
|
||||
|
|
@ -249,6 +250,7 @@ namespace BMA.EHR.DisciplineComplaint.Service.Controllers
|
|||
PosNo = item.posNo,
|
||||
Position = item.position,
|
||||
PositionLevel = item.positionLevel,
|
||||
IsAncestorDNA = true,
|
||||
CreatedFullName = FullName ?? "System Administrator",
|
||||
CreatedUserId = UserId ?? "",
|
||||
CreatedAt = DateTime.Now,
|
||||
|
|
@ -318,6 +320,7 @@ namespace BMA.EHR.DisciplineComplaint.Service.Controllers
|
|||
Organization = item.organization,
|
||||
Position = item.position,
|
||||
PositionLevel = item.positionLevel,
|
||||
IsAncestorDNA = true,
|
||||
Salary = item.salary,
|
||||
PersonId = item.personId,
|
||||
PosNo = item.posNo,
|
||||
|
|
@ -450,6 +453,7 @@ namespace BMA.EHR.DisciplineComplaint.Service.Controllers
|
|||
PosNo = item.PosNo,
|
||||
Position = item.Position,
|
||||
PositionLevel = item.PositionLevel,
|
||||
IsAncestorDNA = true,
|
||||
IsDisciplinary = false,
|
||||
CreatedFullName = FullName ?? "System Administrator",
|
||||
CreatedUserId = UserId ?? "",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -287,6 +287,7 @@ namespace BMA.EHR.DisciplineInvestigate.Service.Controllers
|
|||
LastName = p.LastName,
|
||||
Position = p.Position,
|
||||
PositionLevel = p.PositionLevel,
|
||||
IsAncestorDNA = p.IsAncestorDNA,
|
||||
Salary = p.Salary,
|
||||
PersonId = p.PersonId,
|
||||
PosNo = p.PosNo,
|
||||
|
|
@ -453,6 +454,7 @@ namespace BMA.EHR.DisciplineInvestigate.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,
|
||||
|
|
@ -579,6 +581,7 @@ namespace BMA.EHR.DisciplineInvestigate.Service.Controllers
|
|||
PosNo = item.PosNo,
|
||||
Position = item.Position,
|
||||
PositionLevel = item.PositionLevel,
|
||||
IsAncestorDNA = true,
|
||||
Status = "NEW",
|
||||
StatusDiscard = "NEW",
|
||||
IsReport = "NEW",
|
||||
|
|
|
|||
|
|
@ -129,6 +129,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
LastName = p.LastName,
|
||||
Position = p.Position,
|
||||
PositionLevel = p.PositionLevel,
|
||||
IsAncestorDNA = p.IsAncestorDNA,
|
||||
Salary = p.Salary,
|
||||
PersonId = p.PersonId,
|
||||
PosNo = p.PosNo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue