Commit 92d8b332a52517cd69690b7d58ecc0bd7194dfee
1 parent
253f02e931
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 1 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/query/BabyModelQuery.java
View file @
92d8b33
... | ... | @@ -1997,7 +1997,7 @@ |
1997 | 1997 | if(c!=null){ |
1998 | 1998 | return new MongoCondition(c.andOperator(condition.getCriteria(),cor,cor2)).toMongoQuery(); |
1999 | 1999 | } |
2000 | - return condition.toMongoQuery(); | |
2000 | + return new MongoCondition(cor.andOperator(condition.getCriteria(),cor2)).toMongoQuery(); | |
2001 | 2001 | } |
2002 | 2002 | |
2003 | 2003 | public Boolean getFmDataStatu() { |