ตำแหน่งสกก1 ในใบรับรอง
This commit is contained in:
parent
045d407938
commit
6280218800
13 changed files with 6 additions and 28 deletions
|
|
@ -1314,7 +1314,9 @@ namespace BMA.EHR.Recruit.Service.Controllers
|
|||
imported.Scores.Add(r);
|
||||
row++;
|
||||
var recruit = await _context.Recruits.AsQueryable()
|
||||
.FirstOrDefaultAsync(x => x.RecruitImport == rec_import && x.ExamId == r.ExamId);
|
||||
.Include(x => x.RecruitImport)
|
||||
.Where(x => x.RecruitImport == rec_import && x.ExamId == r.ExamId)
|
||||
.FirstOrDefaultAsync();
|
||||
if (recruit != null)
|
||||
{
|
||||
var apiUrl = $"{_configuration["API"]}/org/find/head/officer";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue