From ebca36ceb9427619466d03de93b3fcb8a1a1d462 Mon Sep 17 00:00:00 2001 From: Bright Date: Thu, 6 Feb 2025 17:35:01 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B8=99=E0=B8=B3=E0=B9=80=E0=B8=82?= =?UTF-8?q?=E0=B9=89=E0=B8=B2=E0=B8=88=E0=B8=B1=E0=B8=87=E0=B8=AB=E0=B8=A7?= =?UTF-8?q?=E0=B8=B1=E0=B8=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controllers/RecruitController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/RecruitController.cs b/Controllers/RecruitController.cs index 3eec92d..63ea33d 100644 --- a/Controllers/RecruitController.cs +++ b/Controllers/RecruitController.cs @@ -1107,7 +1107,7 @@ namespace BMA.EHR.Recruit.Service.Controllers Road1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.Road1)]?.GetValue() ?? "", District1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.District1)]?.GetValue() ?? "", Amphur1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.Amphur1)]?.GetValue() ?? "", - Province1 = "", + Province1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.Province1)]?.GetValue() ?? "", ZipCode1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.ZipCode1)]?.GetValue() ?? "", });