From bf11a4c5cf6f1a9caeb9edeedc3f361d056d1dcd Mon Sep 17 00:00:00 2001 From: "Harid Promsri (Bright)" Date: Sat, 26 Aug 2023 22:18:16 +0700 Subject: [PATCH] =?UTF-8?q?export=20type=20=E0=B9=80=E0=B8=81=E0=B8=A9?= =?UTF-8?q?=E0=B8=B5=E0=B8=A2=E0=B8=93=E0=B8=A5=E0=B8=B9=E0=B8=81=E0=B8=88?= =?UTF-8?q?=E0=B9=89=E0=B8=B2=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/RetireReportController.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BMA.EHR.Report.Service/Controllers/RetireReportController.cs b/BMA.EHR.Report.Service/Controllers/RetireReportController.cs index f6ab4da2..b3ea8b16 100644 --- a/BMA.EHR.Report.Service/Controllers/RetireReportController.cs +++ b/BMA.EHR.Report.Service/Controllers/RetireReportController.cs @@ -28,9 +28,9 @@ namespace BMA.EHR.Report.Service.Controllers _configuration = configuration; } - #region ประกาศเกษียณราชการ + #region 31-ประกาศเกษียณข้าราชการ & 32-ประกาศเกษียณลูกจ้างประจำ /// - /// รายงานหน้าประกาศเกษียณ + /// 31-ประกาศเกษียณข้าราชการ & 32-ประกาศเกษียณลูกจ้างประจำ /// /// Id ของรอบเกษียณ /// pdf, docx หรือ xlsx @@ -76,7 +76,7 @@ namespace BMA.EHR.Report.Service.Controllers break; case "EMPLOYEE": reportfile = $"32-ประกาศเกษียณลูกจ้างประจำ.trdp"; - returnfile = $"ประกาศเกษียณลูกจ้าง"; + returnfile = $"ประกาศเกษียณลูกจ้าง.{exportType}"; break; default: return BadRequest(retire); @@ -126,4 +126,4 @@ namespace BMA.EHR.Report.Service.Controllers } #endregion } -} +} \ No newline at end of file