no message

This commit is contained in:
Kittapath 2024-02-08 09:12:03 +07:00
parent 168d921ddd
commit fae277dea0

View file

@ -626,7 +626,7 @@ namespace BMA.EHR.Report.Service.Controllers
}
var fileContent = ms.ToArray();
return File(fileContent, "application/pdf", $"กก_1_{id}.pdf");
return File(fileContent, "application/pdf", $"กก_1_{profile[0].CitizenId}.pdf");
}
}
catch (Exception ex)