Commit 7dedc43c3230dd4f5ae7ce463184c068f16debeb
1 parent
3a75282a74
Exists in
master
and in
6 other branches
区域围产儿统计
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
7dedc43
... | ... | @@ -3747,7 +3747,7 @@ |
3747 | 3747 | int cznCount = 0; |
3748 | 3748 | int czlCount = 0; |
3749 | 3749 | List<String> czParentIds = getPatientIdByPreType(hospitalId, CZ, fmAgeStart, fmAgeEnd); |
3750 | - if (CollectionUtils.isNotEmpty(czParentIds)); | |
3750 | + if (CollectionUtils.isNotEmpty(czParentIds)) | |
3751 | 3751 | { |
3752 | 3752 | babyModelQuery.setParentIds(czParentIds); |
3753 | 3753 |