แก้สถานะยกเลิกลา
This commit is contained in:
parent
489a350ff1
commit
0df7f2ebf3
2 changed files with 4 additions and 5 deletions
|
|
@ -255,7 +255,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
{
|
||||
var placementOfficers = await _context.PlacementOfficers.AsQueryable()
|
||||
.OrderByDescending(x => x.CreatedAt)
|
||||
.Where(x => x.Status == "DONE")
|
||||
.Where(x => x.Status == "DONE")
|
||||
.Where(x => x.profileId == id)
|
||||
.Select(p => new
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue