导入修改
This commit is contained in:
parent
0e3cdb4e5c
commit
1d02f34424
@ -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());
|
.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) {
|
if (CollectionUtils.isNotEmpty(collect1) || collect1.size() != 0) {
|
||||||
continue;
|
continue;
|
||||||
} else {
|
|
||||||
patientInfoImportList.add(patientInfoImport);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Objects.nonNull(patientInfoImport.getDepartmentId())) {
|
if (Objects.nonNull(patientInfoImport.getDepartmentId())) {
|
||||||
|
patientInfoImportList.add(patientInfoImport);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
//无科室名返回数据
|
//无科室名返回数据
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user