Commit 2d2212a18ef9c7d4e7a710e0a44fb86442ee33f5
1 parent
a574a42e9a
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
2d2212a
| ... | ... | @@ -435,7 +435,7 @@ |
| 435 | 435 | patientsQuery1.setBookbuildingDateEnd(new Date(listDate.get(i).getDate().getTime()+i)); |
| 436 | 436 | if (listDate.size() > i + 1) { |
| 437 | 437 | patientsQuery1.setBookbuildingDateStart(listDate.get(i + 1).getDate()); |
| 438 | - }else if(list.size()>1){ | |
| 438 | + }else if(listDate.size()>1){ | |
| 439 | 439 | patientsQuery1.setBookbuildingDateStart(new Date()); |
| 440 | 440 | }else{ |
| 441 | 441 | Date end = patientsQuery1.getBookbuildingDateEnd(); |