Commit c4dc56e0f0f786bd642b61e5267ceee658ab89d9
1 parent
8b2be9b89a
Exists in
master
and in
6 other branches
修改电子病历
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
c4dc56e
... | ... | @@ -1145,6 +1145,9 @@ |
1145 | 1145 | // postReviewQuery.setEnd(dueDate); |
1146 | 1146 | //lqy udpate 2017-02-14 |
1147 | 1147 | postReviewQuery.setStart(dueDate); |
1148 | + if(list.size()>1){ | |
1149 | + postReviewQuery.setEnd(listDate.get(i - 1).getDate()); | |
1150 | + } | |
1148 | 1151 | } |
1149 | 1152 | postReviewQuery.setYn(YnEnums.YES.getId()); |
1150 | 1153 | postReviewQuery.setPid(pid); |