@ -630,7 +630,7 @@ func readToTable(excelPath string, s1 ExcelUtil.TemplateStruct, MapClass map[str
//批次号
m.BatchId = batchId
//人员ID
if len(row) == 16 {
if len(row) == 17 {
m.PersonId = row[16]
} else {
m.PersonId = ""
@ -556,7 +556,7 @@ func readToTable(excelPath string, s1 ExcelUtil.TemplateStruct, MapOrgName map[s
//联系电话
m.Lxdh = row[14]
if len(row) == 15 {
m.PersonId = row[15]