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