ตำแหน่งสอบ
This commit is contained in:
parent
801799b3ae
commit
c87ed5c32f
4 changed files with 15 additions and 8 deletions
|
|
@ -2146,6 +2146,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
{
|
||||
Placement = placement,
|
||||
PositionCandidate = await _contextMetadata.PositionPaths.FirstOrDefaultAsync(x => x.Id == (candidate.PositionExam == null ? Guid.Parse("00000000-0000-0000-0000-000000000000") : candidate.PositionExam.PositionId)),
|
||||
positionName = candidate.PositionExam.PositionName,
|
||||
Prefix = Prefix == null ? null : Prefix.Name,
|
||||
ProfileImg = candidate.ProfileImg,
|
||||
Firstname = candidate.FirstName,
|
||||
|
|
@ -2194,8 +2195,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
OccupationSalary = candidate.OccupationSalary,
|
||||
OccupationPosition = candidate.OccupationPosition,
|
||||
OccupationPositionType = candidate.OccupationPositionType,
|
||||
PositionLevelId = candidate.PositionExam == null ? null : candidate.PositionExam.PositionLevelId,
|
||||
PositionTypeId = Guid.Parse("1526d9d3-d8b1-43ab-81b5-a84dfbe08071"),
|
||||
PositionLevel = candidate.PositionExam.PositionLevelName,
|
||||
PositionType = candidate.PositionExam == null ? null : (candidate.PositionExam.HighDegree == null ? null : (candidate.PositionExam.HighDegree == true ? "วิชาการ":"ทั่วไป")),
|
||||
OccupationTelephone = candidate.OccupationTelephone,
|
||||
PointTotalA = candidate.PointTotalA == null ? null : Convert.ToDouble(candidate.PointTotalA),
|
||||
PointA = candidate.PointA == null ? null : Convert.ToDouble(candidate.PointA),
|
||||
|
|
@ -2369,6 +2370,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
{
|
||||
Placement = placement,
|
||||
PositionCandidate = await _contextMetadata.PositionPaths.FirstOrDefaultAsync(x => x.Name == candidate.PositionName),
|
||||
positionName = candidate.PositionName,
|
||||
Prefix = candidate.Prefix,
|
||||
Firstname = candidate.FirstName,
|
||||
Lastname = candidate.LastName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue