โอนคนจากสรรหาไปบรรจุ เพิ่มใส่รูป
This commit is contained in:
parent
126083cc48
commit
0f71e2665a
6 changed files with 160 additions and 160 deletions
|
|
@ -1839,6 +1839,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
.ThenInclude(x => x.Educations)
|
||||
.Include(x => x.Candidate)
|
||||
.ThenInclude(x => x.PositionExam)
|
||||
.Include(x => x.Candidate)
|
||||
.ThenInclude(x => x.ProfileImg)
|
||||
.FirstOrDefaultAsync(x => x.Id == examId);
|
||||
|
||||
if (periodExam == null)
|
||||
|
|
@ -1873,6 +1875,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)),
|
||||
Prefix = await _contextMetadata.Prefixes.FirstOrDefaultAsync(x => x.Id == candidate.PrefixId),
|
||||
ProfileImg = candidate.ProfileImg,
|
||||
Firstname = candidate.FirstName,
|
||||
Lastname = candidate.LastName,
|
||||
Nationality = candidate.Nationality,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue