This commit is contained in:
parent
1887c62e18
commit
6308ffbc8f
1 changed files with 5 additions and 0 deletions
|
|
@ -502,6 +502,11 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
placementAppointment.posLevelOldId = org.result.posLevelId;
|
||||
placementAppointment.posLevelNameOld = org.result.posLevelName;
|
||||
placementAppointment.EducationOld = org.result.education;
|
||||
placementAppointment.rootDnaId = org.result.rootDnaId;
|
||||
placementAppointment.child1DnaId = org.result.child1DnaId;
|
||||
placementAppointment.child2DnaId = org.result.child2DnaId;
|
||||
placementAppointment.child3DnaId = org.result.child3DnaId;
|
||||
placementAppointment.child4DnaId = org.result.child4DnaId;
|
||||
// placementAppointment.EducationOld = profile.Educations.Count() == 0 ? null : $"{profile.Educations.OrderByDescending(x => x.FinishDate).FirstOrDefault().Degree}-{profile.Educations.OrderByDescending(x => x.FinishDate).FirstOrDefault().Field}";
|
||||
// placementAppointment.AmountOld = profile.Salaries.Count() == 0 ? null : profile.Salaries.OrderByDescending(x => x.Order).FirstOrDefault().Amount;
|
||||
placementAppointment.AmountOld = org.result.salary;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue