Commit c32228e5d921418086fe84689c013c63f8896d97
1 parent
ee0836884e
Exists in
master
and in
6 other branches
追访记录
Showing 1 changed file with 0 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyAfterVisitServiceImpl.java
View file @
c32228e
... | ... | @@ -111,7 +111,6 @@ |
111 | 111 | query.addCriteria(Criteria.where("hearCheckSize").gte(startEyeCheckSize).lte(endEyeCheckSize)); |
112 | 112 | } |
113 | 113 | |
114 | - query.addCriteria(Criteria.where("afterVisitWorkflowStatus").is("1")); | |
115 | 114 | // 组装分页query |
116 | 115 | long count = mongoTemplate.count(query, BabyAfterVisitStatisticsModel.class); |
117 | 116 | request.mysqlBuild((int) count); |