|
@ -168,8 +168,6 @@ public class VaccinationInfoServiceImpl extends BaseVimCurdServiceImpl<Vaccinati |
|
|
return new Result().error("导入内容不能为空"); |
|
|
return new Result().error("导入内容不能为空"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 存储检测excel是否存在重复身份证号使用
|
|
|
|
|
|
List<String> checkIdCardList = new ArrayList<>(); |
|
|
|
|
|
// 存储需要逻辑删除的身份证号
|
|
|
// 存储需要逻辑删除的身份证号
|
|
|
List<Long> deleteIdCardArr = new ArrayList<>(); |
|
|
List<Long> deleteIdCardArr = new ArrayList<>(); |
|
|
// 存储批量插入实体
|
|
|
// 存储批量插入实体
|
|
|