เพิ่มฟิวส่งค่าสรุปผลวินัย

This commit is contained in:
Kittapath 2024-01-05 10:58:10 +07:00
parent 528ebda465
commit 7556a6c400

View file

@ -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)