Commit 752cad0bf5ff5a9521d9b24decf410d031f2e884
1 parent
e5a8ba7ed1
Exists in
master
and in
6 other branches
访视中产后修养地添加街道搜索
Showing 1 changed file with 1 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/query/MatDeliverQuery.java
View file @
752cad0
... | ... | @@ -431,7 +431,7 @@ |
431 | 431 | if (null != areaPostRestId) { |
432 | 432 | condition = condition.and("areaPostRestId", areaPostRestId, MongoOper.IS); |
433 | 433 | if (streetPostRestId != null) { |
434 | - condition = condition.and("streetPostRestId", streetPostRestId, MongoOper.IS); | |
434 | + condition = condition.and("streetRegisterId", streetPostRestId, MongoOper.IS); | |
435 | 435 | } |
436 | 436 | } |
437 | 437 | } |