Commit 0a2faa09d8c5150baefcd6383034413d52a6198b
1 parent
f0b31336cf
Exists in
master
and in
8 other branches
add code
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
0a2faa0
... | ... | @@ -444,6 +444,7 @@ |
444 | 444 | antExChuQuery.setParentId(patients.getId()); |
445 | 445 | antExChuQuery.setYn(YnEnums.YES.getId()); |
446 | 446 | //获取初诊记录 |
447 | + | |
447 | 448 | List<AntExChuModel> antExChulist = antenatalExaminationService.queryAntExChu(antExChuQuery); |
448 | 449 | AntExChuModel antExChuModel=null; |
449 | 450 | if(CollectionUtils.isNotEmpty(antExChulist)){ |