ปรับให้เรียงข้าราชการก่อนลูกจ้างประจำ
This commit is contained in:
parent
b042f471b4
commit
e409277518
5 changed files with 10 additions and 5 deletions
|
|
@ -172,7 +172,8 @@ namespace BMA.EHR.DisciplineComplaint.Service.Controllers
|
|||
Id = x.Id,//id ข้อมูลเรื่องร้องเรียน
|
||||
RespondentType = x.RespondentType,//ผู้ถูกร้องเรียน
|
||||
Persons = x.DisciplineComplaint_Profiles
|
||||
.OrderByDescending(p => p.CreatedAt)
|
||||
.OrderByDescending(p => p.profileType)
|
||||
.ThenByDescending(p => p.CreatedAt)
|
||||
.Select(p => new
|
||||
{
|
||||
Id = p.Id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue