Commit ab43cf1c9045f676858794083b4c83ce93e9dd05
1 parent
438c41cf45
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 3 deletions
platform-dal/src/main/java/com/lyms/platform/query/BabyModelQuery.java
View file @
ab43cf1
... | ... | @@ -2154,10 +2154,10 @@ |
2154 | 2154 | if (StringUtils.isNotEmpty(lhEyeCheckMonthId)) { |
2155 | 2155 | condition = condition.and("lhEyeCheckMonthId", lhEyeCheckMonthId, MongoOper.IS); |
2156 | 2156 | } |
2157 | - if (StringUtils.isNotEmpty(provinceId)) { | |
2158 | - condition = condition.and("provinceId", provinceId, MongoOper.IS); | |
2159 | - } | |
2160 | 2157 | |
2158 | + if (StringUtils.isNotEmpty(babyProvinceId)) { | |
2159 | + condition = condition.and("babyProvinceId", babyProvinceId, MongoOper.IS); | |
2160 | + } | |
2161 | 2161 | if (StringUtils.isNotEmpty(babyCityId)) { |
2162 | 2162 | condition = condition.and("babyCityId", babyCityId, MongoOper.IS); |
2163 | 2163 | } |