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