Commit 4c0f645b2da25b32eda81817f895a17fe04a5b7d
1 parent
e6e2fdd291
Exists in
master
and in
6 other branches
追访记录
Showing 1 changed file with 0 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyAfterVisitServiceImpl.java
View file @
4c0f645
... | ... | @@ -347,9 +347,6 @@ |
347 | 347 | String workflowStatus = request.getWorkflowStatus(); |
348 | 348 | if (Objects.nonNull(workflowStatus)) { |
349 | 349 | query.addCriteria(Criteria.where("afterVisitWorkflow").is(workflowStatus)); |
350 | - } else { | |
351 | - query.addCriteria(Criteria.where("afterVisitWorkflow").is("1")); | |
352 | - | |
353 | 350 | } |
354 | 351 | // 追访方式 |
355 | 352 | String afterVisitWay = request.getAfterVisitWay(); |