diff --git a/postdischarge-manage/src/main/java/com/xinelu/manage/service/patientinfo/impl/PatientInfoServiceImpl.java b/postdischarge-manage/src/main/java/com/xinelu/manage/service/patientinfo/impl/PatientInfoServiceImpl.java index 3ea9cfd6..4164ae60 100644 --- a/postdischarge-manage/src/main/java/com/xinelu/manage/service/patientinfo/impl/PatientInfoServiceImpl.java +++ b/postdischarge-manage/src/main/java/com/xinelu/manage/service/patientinfo/impl/PatientInfoServiceImpl.java @@ -472,11 +472,10 @@ public class PatientInfoServiceImpl implements IPatientInfoService { .filter(item -> (Objects.equals(patientInfoImport.getDepartmentId(), item.getDepartmentId())) && patientInfoImport.getPatientPhone().equals(item.getPatientPhone()) && item.getCountPhone() >= Long.parseLong(aiobMaxCount)).collect(Collectors.toList()); if (CollectionUtils.isNotEmpty(collect1) || collect1.size() != 0) { continue; - } else { - patientInfoImportList.add(patientInfoImport); } } if (Objects.nonNull(patientInfoImport.getDepartmentId())) { + patientInfoImportList.add(patientInfoImport); continue; } //无科室名返回数据