Commit e030523b385a23fe55acf7c65f79bc17844e14a7
1 parent
b236f26f79
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/DiagnosisFacaed.java
View file @
e030523
... | ... | @@ -348,6 +348,10 @@ |
348 | 348 | //查询孕妇基本信息 |
349 | 349 | Patients patients = patientsService.findOnePatientById(diagnosisModel.getParentId()); |
350 | 350 | |
351 | + if(patients == null){ | |
352 | + continue; | |
353 | + } | |
354 | + | |
351 | 355 | SieveQuery sieveQuery = new SieveQuery(); |
352 | 356 | sieveQuery.setParentId(diagnosisModel.getParentId()); |
353 | 357 | //查询产筛list |