diff --git a/Controllers/RecruitController.cs b/Controllers/RecruitController.cs index fb4c9c1..a2eab2c 100644 --- a/Controllers/RecruitController.cs +++ b/Controllers/RecruitController.cs @@ -2674,7 +2674,7 @@ namespace BMA.EHR.Recruit.Service.Controllers // ======= Table Header ======= ws.Cells[row, 1].Value = "ลำดับ"; - ws.Cells[row, 2].Value = "เลขอ้างอิง"; + ws.Cells[row, 2].Value = "เลขประจำตัวสอบ"; ws.Cells[row, 3].Value = "ชื่อ-สกุล"; ws.Cells[row, 4].Value = "หมายเหตุ";