master
huanghai 5 years ago
parent 7e6707b857
commit 0c51d53e60

@ -480,6 +480,9 @@ func checkExcel(excelPath string, s1 ExcelUtil.TemplateStruct, MapClass map[stri
if _, ok := SysDictKit.MapDictKindChineseToCode["sfzjlxm_"+row[j]]; !ok {
pass = false
}
if row[j] == "" {
pass = true
}
}
//(9)身份证号
if j == 9 {

@ -741,6 +741,9 @@ func checkExcel(excelPath string, s1 ExcelUtil.TemplateStruct, MapOrgName map[st
if _, ok := SysDictKit.MapDictKindChineseToCode["sfzjlxm_"+row[j]]; !ok {
pass = false
}
if row[j] == "" {
pass = true
}
}
//(7)身份证号
if j == 7 {

Loading…
Cancel
Save