From 1d02f34424f901d8a5eec8c7a2967366e67fcf8b Mon Sep 17 00:00:00 2001 From: zhangheng <3226558941@qq.com> Date: Tue, 10 Feb 2026 15:57:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/patientinfo/impl/PatientInfoServiceImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } //无科室名返回数据