เพิ่มฟิวส่งค่าสรุปผลวินัย
This commit is contained in:
parent
528ebda465
commit
7556a6c400
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue