@ -437,7 +437,7 @@ public class IcEpidemicSpecialAttentionServiceImpl extends BaseServiceImpl<IcEpi
return new ArrayList<>();
}
//关注类型,核酸检测:2,疫苗接种:1,行程上报:0
return baseDao.getIdCardList(customerId,idCardSet,NumConstant.ZERO);
return baseDao.getIdCardList(customerId,idCardSet,NumConstant.TWO);
/**
@ -217,7 +217,7 @@ public class IcTripReportRecordServiceImpl extends BaseServiceImpl<IcTripReportR
//避免再发通知,赋值个空集合吧
dto.setChannel(Collections.emptyList());
//关注类型,核酸检测:2,疫苗接种:1;行程上报:0
dto.setAttentionType(NumConstant.ZERO);
dto.setAttentionType(NumConstant.TWO);
list.add(dto);
vaccinationAddFormDTO.setList(list);
epidemicSpecialAttentionService.vaccinationAdd( vaccinationAddFormDTO);