fix นำเข้าจังหวัด(ที่อยู่ปัจจุบัน)
This commit is contained in:
parent
75f112b1b5
commit
14a43fda42
2 changed files with 2 additions and 1 deletions
|
|
@ -774,7 +774,7 @@ namespace BMA.EHR.Recruit.Service.Controllers
|
||||||
Road1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.Road1)]?.GetValue<string>() ?? "",
|
Road1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.Road1)]?.GetValue<string>() ?? "",
|
||||||
District1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.District1)]?.GetValue<string>() ?? "",
|
District1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.District1)]?.GetValue<string>() ?? "",
|
||||||
Amphur1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.Amphur1)]?.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>() ?? "",
|
ZipCode1 = workSheet?.Cells[row, GetColumnIndex(cols, CandidateFileHeader.ZipCode1)]?.GetValue<string>() ?? "",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@
|
||||||
public static string Road1 = "Road1";
|
public static string Road1 = "Road1";
|
||||||
public static string District1 = "District1";
|
public static string District1 = "District1";
|
||||||
public static string Amphur1 = "Amphur1";
|
public static string Amphur1 = "Amphur1";
|
||||||
|
public static string Province1 = "Province1";
|
||||||
public static string ZipCode1 = "Zipcode1";
|
public static string ZipCode1 = "Zipcode1";
|
||||||
|
|
||||||
// Occupation
|
// Occupation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue