no message
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
kittapath 2025-01-11 12:25:12 +07:00
parent dba085d55a
commit 825fbf6a2d

View file

@ -445,8 +445,8 @@ namespace BMA.EHR.Placement.Service.Controllers
Education = x.PlacementEducations.Select(p => new
{
Id = p.Id,
EducationLevel = p.EducationLevelId,
EducationLevelId = p.EducationLevelName,
EducationLevel = p.EducationLevelName,
EducationLevelId = p.EducationLevelId,
Institute = p.Institute,
Degree = p.Degree,
Field = p.Field,