เพิ่มid ประวัติการศึกษา
This commit is contained in:
parent
8c50baaf5f
commit
6b7fcaaba2
1 changed files with 2 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
{
|
||||
Id = p.Id,
|
||||
EducationLevel = p.EducationLevel == null ? null : p.EducationLevel.Name,
|
||||
EducationLevelId = p.EducationLevel == null ? Guid.Parse("00000000-0000-0000-0000-000000000000") : p.EducationLevel.Id,
|
||||
Institute = p.Institute,
|
||||
Degree = p.Degree,
|
||||
Field = p.Field,
|
||||
|
|
@ -260,6 +261,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
StartDate = p.StartDate,
|
||||
EndDate = p.EndDate,
|
||||
PositionPath = p.PositionPath == null ? null : p.PositionPath.Name,
|
||||
PositionPathId = p.PositionPath == null ? Guid.Parse("00000000-0000-0000-0000-000000000000") : p.PositionPath.Id,
|
||||
IsEducation = p.IsEducation,
|
||||
}),
|
||||
RegistAddress = x.RegistAddress,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue