|
|
|
@ -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)
|
|
|
|
|
//设计二级检查失败
|
|
|
|
|