ปรับให้เรียงข้าราชการก่อนลูกจ้างประจำ
This commit is contained in:
parent
b042f471b4
commit
e409277518
5 changed files with 10 additions and 5 deletions
|
|
@ -131,7 +131,8 @@ namespace BMA.EHR.DisciplineSuspend.Service.Controllers
|
|||
profileType = x.profileType,
|
||||
CreatedAt = x.CreatedAt,
|
||||
})
|
||||
.OrderByDescending(x => x.CreatedAt)
|
||||
.OrderByDescending(x => x.profileType == "OFFICER")
|
||||
.ThenByDescending(x => x.CreatedAt)
|
||||
.ThenByDescending(x => x.CitizenId)
|
||||
.Skip((page - 1) * pageSize)
|
||||
.Take(pageSize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue