From 14a43fda42731a0aaf2755b320cf986c778f85b7 Mon Sep 17 00:00:00 2001 From: Bright Date: Thu, 6 Feb 2025 17:19:49 +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(=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=AD?= =?UTF-8?q?=E0=B8=A2=E0=B8=B9=E0=B9=88=E0=B8=9B=E0=B8=B1=E0=B8=88=E0=B8=88?= =?UTF-8?q?=E0=B8=B8=E0=B8=9A=E0=B8=B1=E0=B8=99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controllers/RecruitController.cs | 2 +- Requests/Recruits/CandidateFileHeader.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Controllers/RecruitController.cs b/Controllers/RecruitController.cs index ed6b974..3eec92d 100644 --- a/Controllers/RecruitController.cs +++ b/Controllers/RecruitController.cs @@ -774,7 +774,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() ?? "", }); diff --git a/Requests/Recruits/CandidateFileHeader.cs b/Requests/Recruits/CandidateFileHeader.cs index 2e50452..91af9a9 100644 --- a/Requests/Recruits/CandidateFileHeader.cs +++ b/Requests/Recruits/CandidateFileHeader.cs @@ -39,6 +39,7 @@ public static string Road1 = "Road1"; public static string District1 = "District1"; public static string Amphur1 = "Amphur1"; + public static string Province1 = "Province1"; public static string ZipCode1 = "Zipcode1"; // Occupation