master
huanghai 5 years ago
parent 3c2e6e9f7b
commit d3c1819091

@ -645,7 +645,7 @@ func checkTempTable(excelPath string, s1 ExcelUtil.TemplateStruct, batchId strin
//存在学生身份证号检查重复
for i := range listIdCardStudent {
rowNumber := listIdCardStudent[i]["row_number"].(int64)
cell := "F" + CommonUtil.ConvertInt64ToString(rowNumber)
cell := "H" + CommonUtil.ConvertInt64ToString(rowNumber)
style, _ := f.GetCellStyle(s1.Title, Const.YellowCell)
f.SetCellStyle(s1.Title, cell, cell, style)
//设计二级检查失败

Loading…
Cancel
Save