improve sort function
This commit is contained in:
parent
f6f52f68e9
commit
49d6f1eb41
1 changed files with 2 additions and 1 deletions
|
|
@ -1974,7 +1974,8 @@ namespace BMA.EHR.Recruit.Service.Controllers
|
|||
r.PositionName,
|
||||
s.Number
|
||||
}).ToList()
|
||||
.OrderByDescending(x => x.Sum)
|
||||
.OrderBy(x => x.PositionName)
|
||||
.ThenByDescending(x => x.Sum)
|
||||
.ToList();
|
||||
|
||||
// copy template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue