export type เกษียณลูกจ้าง
This commit is contained in:
parent
c6c318eb57
commit
bf11a4c5cf
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue