fix bug api ออกคำสั่ง
และ รายงานคำสั่ง
This commit is contained in:
parent
e340beb79d
commit
ac07b6d07d
9 changed files with 130 additions and 60 deletions
|
|
@ -836,7 +836,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
throw new Exception(GlobalMessages.CommandNotFound);
|
||||
}
|
||||
|
||||
var data = await _commandReportRepository.GetCommandType05_06AttachmentAsync(commandId);
|
||||
var data = await _commandReportRepository.GetCommandType07AttachmentAsync(commandId);
|
||||
|
||||
var rptFile = Path.Combine(_hostingEnvironment.ContentRootPath, "Reports", $"07-แนบท้ายคำสั่งย้าย.trdp");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue