รายงาน และ แก้คำสั้่ง
This commit is contained in:
parent
0eac2a0c61
commit
248870d884
6 changed files with 181 additions and 12 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue