คำสั่งวินัย

This commit is contained in:
Kittapath 2024-07-08 08:55:52 +07:00
parent 0b6ba817f6
commit 6614e3a2fb
2 changed files with 15 additions and 2 deletions

View file

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