no message
This commit is contained in:
parent
340dcf9476
commit
e4386d9cb1
1 changed files with 9 additions and 6 deletions
|
|
@ -1987,7 +1987,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
.OrderBy(x => x.DurationStart)
|
||||
.Where(x => x.Candidate.Id == item.Id)
|
||||
.ToListAsync();
|
||||
if(careers.Any())
|
||||
if (careers.Any())
|
||||
{
|
||||
var firstCareer = careers.First();
|
||||
|
||||
|
|
@ -2493,7 +2493,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
|
||||
var educations = new List<object>();
|
||||
var careers = new List<object>();
|
||||
var ages = new {
|
||||
var ages = new
|
||||
{
|
||||
one = "๐",
|
||||
two = "๐",
|
||||
three = "๐",
|
||||
|
|
@ -2620,6 +2621,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
.ThenInclude(x => x.PositionExam)
|
||||
.Include(x => x.Candidate)
|
||||
.ThenInclude(x => x.ProfileImg)
|
||||
.Include(x => x.Candidate)
|
||||
.ThenInclude(x => x.Educations)
|
||||
.FirstOrDefaultAsync(x => x.Id == examId);
|
||||
|
||||
if (periodExam == null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue