sort ประวัติทำงานreportใบสมัคร
This commit is contained in:
parent
10eb9c8fbf
commit
9eb8603bfd
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue