test
This commit is contained in:
parent
dedd187f37
commit
5e2cf90153
1 changed files with 3 additions and 3 deletions
|
|
@ -639,11 +639,11 @@ namespace BMA.EHR.Recruit.Service.Controllers
|
||||||
}
|
}
|
||||||
var data = await _context.RecruitImports.AsQueryable()
|
var data = await _context.RecruitImports.AsQueryable()
|
||||||
//.Include(x => x.ImportFile)
|
//.Include(x => x.ImportFile)
|
||||||
.Include(x => x.Recruits)
|
//.Include(x => x.Recruits)
|
||||||
//.Include(x => x.ScoreImport)
|
//.Include(x => x.ScoreImport)
|
||||||
//.ThenInclude(x => x.ImportFile)
|
//.ThenInclude(x => x.ImportFile)
|
||||||
.Include(x => x.ScoreImport)
|
//.Include(x => x.ScoreImport)
|
||||||
.ThenInclude(x => x.Scores)
|
//.ThenInclude(x => x.Scores)
|
||||||
.OrderByDescending(x => x.Year)
|
.OrderByDescending(x => x.Year)
|
||||||
.ThenByDescending(x => x.Order)
|
.ThenByDescending(x => x.Order)
|
||||||
.ThenByDescending(x => x.LastUpdatedAt)
|
.ThenByDescending(x => x.LastUpdatedAt)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue