Commit dc68e0a0 authored by hongguangwu's avatar hongguangwu

MVP1.7.0 优化

parent 7ca4071f
......@@ -200,12 +200,14 @@ public class DiyExcelImportUtil implements Serializable {
if (idCardColumn != -1) {
if (Common.isEmpty(idCardValue)) {
idCardNullNum++;
} else {
contentList.add(contentMap);
}
if (Common.isNotNull(idCardValue) && (regIdCard(idCardValue)
/*if (Common.isNotNull(idCardValue) && (regIdCard(idCardValue)
// 特殊身份证允许识别
|| regSpecialIdCard(idCardValue, specialIdCardList) || regIdCardError(idCardValue))) {
contentList.add(contentMap);
}
}*/
}
} else {
titleList = new ArrayList<>(columnList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment