export type เกษียณลูกจ้าง

This commit is contained in:
Harid Promsri (Bright) 2023-08-26 22:18:16 +07:00
parent c6c318eb57
commit bf11a4c5cf

View file

@ -28,9 +28,9 @@ namespace BMA.EHR.Report.Service.Controllers
_configuration = configuration;
}
#region
#region 31- & 32-
/// <summary>
/// รายงานหน้าประกาศเกษียณ
/// 31-ประกาศเกษียณข้าราชการ & 32-ประกาศเกษียณลูกจ้างประจำ
/// </summary>
/// <param name="Id">Id ของรอบเกษียณ</param>
/// <param name="exportType">pdf, docx หรือ xlsx</param>
@ -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
}
}
}