导入修改

This commit is contained in:
zhangheng 2026-02-10 15:57:36 +08:00
parent 0e3cdb4e5c
commit 1d02f34424

View File

@ -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;
}
//无科室名返回数据