sort ประวัติทำงานreportใบสมัคร

This commit is contained in:
Kittapath 2023-10-13 17:39:26 +07:00
parent 10eb9c8fbf
commit 9eb8603bfd

View file

@ -169,6 +169,7 @@ namespace BMA.EHR.Application.Repositories.Reports
var items = await _dbExamContext.Set<Career>().AsQueryable()
.Where(x => x.Candidate != null)
.Where(x => x.Candidate.Id == id)
.OrderBy(x => x.CreatedAt)
.Select(p => new
{
Position = p.Position,