From fae277dea06c873273f39a9d5d93fc27e5f910ca Mon Sep 17 00:00:00 2001 From: Kittapath Date: Thu, 8 Feb 2024 09:12:03 +0700 Subject: [PATCH] no message --- Controllers/ProfileReportController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/ProfileReportController.cs b/Controllers/ProfileReportController.cs index 60fd321..594324d 100644 --- a/Controllers/ProfileReportController.cs +++ b/Controllers/ProfileReportController.cs @@ -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)