แสดง status คำสั่ง
แก้ไขบั้กเลือกคนแล้วบันทึกไม่ลง
This commit is contained in:
parent
89c7b6e239
commit
0ca1a22ea6
2 changed files with 21 additions and 17 deletions
|
|
@ -393,6 +393,9 @@ namespace BMA.EHR.Command.Service.Controllers
|
|||
conclusionFireDate = data.ConclusionFireDate,
|
||||
conclusionFireResolution = data.ConclusionFireResolution,
|
||||
|
||||
OrderStatusValue = data.CommandStatusId,
|
||||
OrderStatusName = data.CommandStatus.Name,
|
||||
|
||||
};
|
||||
|
||||
return Success(result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue