@ -39,7 +39,7 @@ public class IcVaccinePrarmeterImportExcel {
@Excel(name = "联系电话")
private String mobile;
@Excel(name = "身份证号")
@Excel(name = "证件号")
private String idCard;
@Excel(name = "是否接种", replace = {"否_0","是_1"})
@ -41,7 +41,7 @@ public class IcVaccinePrarmeterImportErrorModel {
@Excel(name = "联系电话",width = 30)
@Excel(name = "身份证号",width = 30)
@Excel(name = "证件号",width = 30)
@Excel(name = "是否接种", width = 30, replace = {"否_0","是_1"})
@ -303,7 +303,7 @@ public class IcVaccinePrarmeterServiceImpl extends BaseServiceImpl<IcVaccinePrar
continue;
}
if (StringUtils.isBlank(list.get(i).getIdCard()) && !list.get(i).getAddStatus()){
errorInfo.add(getErrorInfo(list.get(i), "身份证号不能为空",i+1));
errorInfo.add(getErrorInfo(list.get(i), "证件号不能为空",i+1));
list.get(i).setAddStatus(true);