Commit 0ca593cad294516fc743f914c662e3a2e0a5aa17
1 parent
1d21235bdf
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PreEugebicsServiceImpl.java
View file @
0ca593c
... | ... | @@ -238,7 +238,7 @@ |
238 | 238 | if ("1".equals(searchType)) { |
239 | 239 | query.addCriteria(Criteria.where("husbandCurrentCity").is(cityId)); |
240 | 240 | } else if ("2".equals(searchType)) { |
241 | - query.addCriteria(Criteria.where("wifeCurrentCity").is(provinceId)); | |
241 | + query.addCriteria(Criteria.where("wifeCurrentCity").is(cityId)); | |
242 | 242 | } |
243 | 243 | String areaId = param.getArea(); |
244 | 244 | if (StringUtils.isNotEmpty(areaId)) { |