fix bug api ออกคำสั่ง

และ รายงานคำสั่ง
This commit is contained in:
Suphonchai Phoonsawat 2023-09-06 13:25:50 +07:00
parent e340beb79d
commit ac07b6d07d
9 changed files with 130 additions and 60 deletions

View file

@ -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");