Commit 6f50c1f668e014390f6bc5eb96ddfcbdcb838d61
1 parent
2403f72737
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 0 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/CervicalCancerServiceImpl.java
View file @
6f50c1f
... | ... | @@ -1179,7 +1179,6 @@ |
1179 | 1179 | //查询历史宫颈检查记录 |
1180 | 1180 | Query query=new Query(); |
1181 | 1181 | Criteria criteria = Criteria.where("parentId").is(cervicalCancerRequest.getParentId()); |
1182 | - criteria.and("created").lte(cervicalCancerRequest.getCreated()); | |
1183 | 1182 | query.addCriteria(criteria); |
1184 | 1183 | query.with(new Sort(Sort.Direction.DESC, "created")); |
1185 | 1184 | List<CervicalCancerModel> models = mongoTemplate.find(query, CervicalCancerModel.class); |