This commit is contained in:
parent
b6aa239b57
commit
e77757e324
2 changed files with 56 additions and 0 deletions
|
|
@ -476,6 +476,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
placementAppointment.EducationOld = org.result.education;
|
||||
// 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;
|
||||
|
||||
placementAppointment.positionOld = org.result.position;
|
||||
placementAppointment.PositionLevelOld = org.result.posLevelName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue