This commit is contained in:
AdisakKanthawilang 2024-12-23 18:16:40 +07:00
parent 7efd4c87cc
commit cd957427cf

View file

@ -1318,7 +1318,7 @@ namespace BMA.EHR.Placement.Service.Controllers
profile.nodeId = null;
profile.posmasterId = null;
profile.positionId = null;
profile.Draft = false;
profile.Draft = null;
profile.typeCommand = null;
profile.PlacementStatus = "UN-CONTAIN";
_context.SaveChanges();