add CommandExcecuteDate

This commit is contained in:
Bright 2024-11-08 17:22:51 +07:00
parent 0f75dad798
commit 4970659f0a
5 changed files with 21 additions and 1 deletions

View file

@ -473,7 +473,7 @@ namespace BMA.EHR.Placement.Service.Controllers
placementAppointment.posTypeNameOld = org.result.posTypeName;
placementAppointment.posLevelOldId = org.result.posLevelId;
placementAppointment.posLevelNameOld = org.result.posLevelName;
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;