Commit d223d49882956601abab7835b3f27a3c1859c51c
1 parent
3abda2226d
Exists in
master
and in
6 other branches
儿童查询条件修改
Showing 1 changed file with 0 additions and 2 deletions
platform-dal/src/main/java/com/lyms/platform/query/BabyModelQuery.java
View file @
d223d49
| ... | ... | @@ -997,8 +997,6 @@ |
| 997 | 997 | } |
| 998 | 998 | |
| 999 | 999 | if (c != null) { |
| 1000 | - System.out.println( c.getCriteriaObject().toString()); | |
| 1001 | - System.out.println( condition.toMongoQuery().convertToMongoQuery().toString()); | |
| 1002 | 1000 | return new MongoCondition(c.andOperator(condition.getCriteria())).toMongoQuery(); |
| 1003 | 1001 | } |
| 1004 | 1002 | return condition.toMongoQuery(); |