Commit 7d4a050292d18e79373692cb722e8fcbe664f066

Authored by liquanyu
1 parent 3ac6b8f1ac

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java View file @ 7d4a050
... ... @@ -4333,7 +4333,7 @@
4333 4333 Criteria ca = Criteria.where("hospitalId").is(hospitalId).and("checkDate").gte(start).lte(end);
4334 4334 if (startMonth != null)
4335 4335 {
4336   - ca.and("checkMonth").gte(startMonth).and("checkMonth").lte(endMonth);
  4336 + ca.and("checkMonth").gte(startMonth).lte(endMonth);
4337 4337 }
4338 4338 Aggregation aggregation4 =
4339 4339 Aggregation.newAggregation(