Commit 726c54ff75f457877d5437da75ccaf101305025f
1 parent
f7d66e9d4b
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyHealthFacade.java
View file @
726c54f
| ... | ... | @@ -173,13 +173,13 @@ |
| 173 | 173 | if(StringUtils.isNotEmpty(provinceId)){ |
| 174 | 174 | criteria.and("provinceId").is(provinceId); |
| 175 | 175 | } |
| 176 | - if(StringUtils.isNotEmpty(provinceId)){ | |
| 176 | + if(StringUtils.isNotEmpty(cityId)){ | |
| 177 | 177 | criteria.and("cityId").is(cityId); |
| 178 | 178 | } |
| 179 | - if(StringUtils.isNotEmpty(provinceId)){ | |
| 179 | + if(StringUtils.isNotEmpty(areaId)){ | |
| 180 | 180 | criteria.and("areaId").is(areaId); |
| 181 | 181 | } |
| 182 | - if(StringUtils.isNotEmpty(provinceId)){ | |
| 182 | + if(StringUtils.isNotEmpty(streetId)){ | |
| 183 | 183 | criteria.and("streetId").is(streetId); |
| 184 | 184 | } |
| 185 | 185 | if(null!=queryStartBirth&&null!=queryEndtBirth){ |