From 2b9cf97f3b2d831c2771886da5e7315aeb86eaa0 Mon Sep 17 00:00:00 2001 From: Bright Date: Wed, 17 Sep 2025 11:54:20 +0700 Subject: [PATCH] no message --- Controllers/RecruitController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "หมายเหตุ";