รายงาน และ แก้คำสั้่ง

This commit is contained in:
Suphonchai Phoonsawat 2023-09-04 13:44:34 +07:00
parent 0eac2a0c61
commit 248870d884
6 changed files with 181 additions and 12 deletions

View file

@ -2521,9 +2521,9 @@ namespace BMA.EHR.Command.Service.Controllers
order.CommandStatus = status!;
order.CommandAffectDate = req.orderDate;
order.PlacementCommandIssuer = req.placementCommandIssuer;
order.PlacementCommandNo = req.placementCommandNo;
order.PlacementCommandDate = req.placementCommandDate;
//order.PlacementCommandIssuer = req.placementCommandIssuer;
//order.PlacementCommandNo = req.placementCommandNo;
//order.PlacementCommandDate = req.placementCommandDate;
var result = await _repository.UpdateAsync(order);