This commit is contained in:
parent
e409277518
commit
f3f2d25280
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ namespace BMA.EHR.DisciplineSuspend.Service.Controllers
|
|||
profileType = x.profileType,
|
||||
CreatedAt = x.CreatedAt,
|
||||
})
|
||||
.OrderByDescending(x => x.profileType == "OFFICER")
|
||||
.OrderByDescending(x => x.profileType)
|
||||
.ThenByDescending(x => x.CreatedAt)
|
||||
.ThenByDescending(x => x.CitizenId)
|
||||
.Skip((page - 1) * pageSize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue