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() ?? "", });