เพิ่มสถานนะยื่นอุธร
This commit is contained in:
parent
9ebef6aedf
commit
f60beb9f36
2 changed files with 19 additions and 5 deletions
|
|
@ -99,7 +99,7 @@ namespace BMA.EHR.DisciplineComplaint.Service.Controllers
|
|||
public async Task<ActionResult<ResponseObject>> GetDisciplineComplaintReport()
|
||||
{
|
||||
var data = await _context.DisciplineComplaints
|
||||
.Where(x => x.Status.Contains("SEND_INVESTIGATE"))
|
||||
// .Where(x => x.Status.Contains("SEND_INVESTIGATE"))
|
||||
.Select(x => new
|
||||
{
|
||||
Id = x.Id,//id ข้อมูลเรื่องร้องเรียน
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue