Merge branch 'develop' of github.com:Frappet/BMA-EHR-Report-Service into develop
This commit is contained in:
commit
f35d7cb6e7
1 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ namespace BMA.EHR.Report.Service.Controllers
|
||||||
AuthPosition = position
|
AuthPosition = position
|
||||||
})
|
})
|
||||||
.FirstOrDefaultAsync();
|
.FirstOrDefaultAsync();
|
||||||
|
if (data == null)
|
||||||
|
return Error("ไม่พบข้อมูลในระบบ");
|
||||||
|
|
||||||
var rptFile = Path.Combine(_hostingEnvironment.ContentRootPath, "Report", "Recruit", $"rptCertificate{type}.trdp");
|
var rptFile = Path.Combine(_hostingEnvironment.ContentRootPath, "Report", "Recruit", $"rptCertificate{type}.trdp");
|
||||||
ReportPackager reportPackager = new ReportPackager();
|
ReportPackager reportPackager = new ReportPackager();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue