master
huanghai 5 years ago
parent 9b50176a60
commit 2fe35781de

@ -406,7 +406,7 @@ func ExportTeacherInfoExcel(targetPath string, bureauId string, ExportExcelStatu
cName = cName + strconv.Itoa(i+2+ExcelUtil.HiddenRows)
f.SetCellValue(SheetName, cName, list[i][colNames[j]])
}
//单独填充上person_id
//单独填充上person_id,为了能在没有身份号的唯一标识的情况下,确定是新增还是修改
cName := "N"
cName = cName + strconv.Itoa(i+2+ExcelUtil.HiddenRows)
f.SetCellValue(SheetName, cName, list[i]["person_id"])

Loading…
Cancel
Save