fix #2430
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m59s
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m59s
This commit is contained in:
parent
34ec9bb77c
commit
db99630e0d
1 changed files with 1 additions and 1 deletions
|
|
@ -2045,7 +2045,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
.Where(x => req.refIds.Contains(x.Id.ToString()))
|
||||
// .Where(x => x.PlacementStatus.ToUpper() == "REPORT")
|
||||
.ToListAsync();
|
||||
placementProfiles.ForEach(profile => profile.PlacementStatus = "PREPARE-CONTAI");
|
||||
placementProfiles.ForEach(profile => profile.PlacementStatus = "PREPARE-CONTAIN");
|
||||
await _context.SaveChangesAsync();
|
||||
return Success();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue