แก้สถานะยกเลิกลา

This commit is contained in:
kittapath 2024-11-01 10:10:33 +07:00
parent 489a350ff1
commit 0df7f2ebf3
2 changed files with 4 additions and 5 deletions

View file

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