Commit b1465fa5e519894284a217a35098b52706c59e62
1 parent
eef6a35036
Exists in
master
and in
8 other branches
儿童管理
Showing 1 changed file with 1 additions and 10 deletions
platform-dal/src/main/java/com/lyms/platform/query/BabyModelQuery.java
View file @
b1465fa
| ... | ... | @@ -396,16 +396,7 @@ |
| 396 | 396 | |
| 397 | 397 | Criteria cr = Criteria.where("nextDate").gte(nextDateStart).lte(nextDateEnd); |
| 398 | 398 | condition.andCondition(new MongoCondition(cr)); |
| 399 | -// | |
| 400 | -// if (c != null) | |
| 401 | -// { | |
| 402 | -// Criteria nc = Criteria.where("nextDate").gte(nextDateStart).lte(nextDateEnd); | |
| 403 | -// c.andOperator(nc); | |
| 404 | -// } | |
| 405 | -// else { | |
| 406 | -// c = Criteria.where("nextDate").gte(nextDateStart).lte(nextDateEnd); | |
| 407 | -// } | |
| 408 | -// condition.andCondition( new MongoCondition(c)); | |
| 399 | + | |
| 409 | 400 | } |
| 410 | 401 | |
| 411 | 402 | if (null != birthEnd) { |