diff --git a/BMA.EHR.Discipline.Service/Controllers/DisciplineResultController.cs b/BMA.EHR.Discipline.Service/Controllers/DisciplineResultController.cs index 36301c79..68867355 100644 --- a/BMA.EHR.Discipline.Service/Controllers/DisciplineResultController.cs +++ b/BMA.EHR.Discipline.Service/Controllers/DisciplineResultController.cs @@ -75,6 +75,9 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers DisciplinaryCaseFault = x.DisciplinaryCaseFault,//กรณีความผิด Status = x.Status,//สถานะหรือผลการสอบสวน CreatedAt = x.CreatedAt,//วันที่สร้างเรื่องสอบสวน + ResultOc = x.ResultOc,// + ResultDisciplineType = x.ResultDisciplineType,// + ResultTitleType = x.ResultTitleType,// }) .OrderByDescending(x => x.CreatedAt) .Skip((page - 1) * pageSize)