Commit 7810d1552beb9be72e18cf619b17491532a0e1e0

Authored by liquanyu
1 parent a479f9969e

儿童管理

Showing 1 changed file with 1 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/query/BabyModelQuery.java View file @ 7810d15
... ... @@ -401,6 +401,7 @@
401 401 else {
402 402 c = Criteria.where("nextDate").gte(nextDateStart).lte(nextDateEnd);
403 403 }
  404 + condition.andCondition( new MongoCondition(c));
404 405 }
405 406  
406 407 if (null != birthEnd) {