Commit 22d3cbc48dc2979213919ba31684cb8945e084d6

Authored by jiangjiazhi
1 parent 26c740b0ca

增加soureceid

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java View file @ 22d3cbc
... ... @@ -119,7 +119,8 @@
119 119 postReviewQuery.setPid(patients.getPid());
120 120 postReviewQuery.setYn(YnEnums.YES.getId());
121 121 //增加查询本次产程条数
122   - postReviewQuery.setStart(patients.getLastMenses());
  122 + postReviewQuery.setStart(patients.getFmDate());
  123 +
123 124 stopWatch.start("query postreview list");
124 125 List<PostReviewModel> withList = postReviewService.findWithList(postReviewQuery.convertToQuery().addOrder(Sort.Direction.DESC, "created"));
125 126 if (CollectionUtils.isNotEmpty(withList)) {