Commit 352e29807ff9414644f2ac05aa094b4e732177a2
1 parent
c820d3303f
Exists in
master
and in
6 other branches
儿童追访区域
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyAfterVisitServiceImpl.java
View file @
352e298
| ... | ... | @@ -94,7 +94,7 @@ |
| 94 | 94 | if (StringUtils.isNotEmpty(cityId)) { |
| 95 | 95 | query.addCriteria(Criteria.where("cityId").is(cityId)); |
| 96 | 96 | String areaId = request.getAreaId(); |
| 97 | - if (StringUtils.isNotEmpty(cityId)) { | |
| 97 | + if (StringUtils.isNotEmpty(areaId)) { | |
| 98 | 98 | query.addCriteria(Criteria.where("areaId").is(areaId)); |
| 99 | 99 | String streetId = request.getStreetId(); |
| 100 | 100 | if (StringUtils.isNotEmpty(streetId)) { |
| ... | ... | @@ -292,7 +292,7 @@ |
| 292 | 292 | if (StringUtils.isNotEmpty(cityId)) { |
| 293 | 293 | query.addCriteria(Criteria.where("cityId").is(cityId)); |
| 294 | 294 | String areaId = request.getAreaId(); |
| 295 | - if (StringUtils.isNotEmpty(cityId)) { | |
| 295 | + if (StringUtils.isNotEmpty(areaId)) { | |
| 296 | 296 | query.addCriteria(Criteria.where("areaId").is(areaId)); |
| 297 | 297 | String streetId = request.getStreetId(); |
| 298 | 298 | if (StringUtils.isNotEmpty(streetId)) { |