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