no message
This commit is contained in:
parent
d7bed1516f
commit
70f45340be
1 changed files with 7 additions and 0 deletions
|
|
@ -3172,6 +3172,13 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
|
||||
var contentData = await GenerateCommandReportType06_Attachment(id, exportType);
|
||||
//return File(contentData, mimeType, $"command-attachment-{cmd.CommandNo}-{cmd.CommandYear.ToInteger().ToThaiYear()}.{exportType.Trim().ToLower()}");
|
||||
var data = new
|
||||
{
|
||||
template = "C-PM-06",
|
||||
reportName = "docx-report",
|
||||
data = contentData
|
||||
};
|
||||
return Success(data);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue