คิวรี่ตามuserรีบโอน
This commit is contained in:
parent
677ec75c66
commit
d072bc30e2
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
})
|
||||
.ToListAsync();
|
||||
if (PlacementAdmin == true)
|
||||
placementTransfers.Where(x => x.Status.Trim().ToUpper().Contains("APPROVE"));
|
||||
placementTransfers = placementTransfers.Where(x => !x.Status.Trim().ToUpper().Contains("WAITTING")).ToList();
|
||||
|
||||
return Success(placementTransfers);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue