diff --git a/BMA.EHR.Discipline.Service/Controllers/DisciplineSuspendController.cs b/BMA.EHR.Discipline.Service/Controllers/DisciplineSuspendController.cs index 1b32f6d5..51dd0655 100644 --- a/BMA.EHR.Discipline.Service/Controllers/DisciplineSuspendController.cs +++ b/BMA.EHR.Discipline.Service/Controllers/DisciplineSuspendController.cs @@ -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)