master
huanghai 5 years ago
parent 67a6917c4c
commit 11e021f0f2

@ -555,6 +555,8 @@ func readToTable(excelPath string, s1 ExcelUtil.TemplateStruct, MapOrgName map[s
} }
//联系电话 //联系电话
m.Lxdh = row[14] m.Lxdh = row[14]
//人员ID
m.PersonId = row[15]
//批次号 //批次号
m.BatchId = batchId m.BatchId = batchId
//第几行的数据 //第几行的数据

Loading…
Cancel
Save