fix นำเข้าจังหวัด(ที่อยู่ปัจจุบัน)

This commit is contained in:
Bright 2025-02-06 17:19:49 +07:00
parent 75f112b1b5
commit 14a43fda42
2 changed files with 2 additions and 1 deletions

View file

@ -774,7 +774,7 @@ namespace BMA.EHR.Recruit.Service.Controllers
Road1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.Road1)]?.GetValue<string>() ?? "",
District1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.District1)]?.GetValue<string>() ?? "",
Amphur1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.Amphur1)]?.GetValue<string>() ?? "",
Province1 = "",
Province1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.Province1)]?.GetValue<string>() ?? "",
ZipCode1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.ZipCode1)]?.GetValue<string>() ?? "",
});