Commit 9e80ebabc2ef56bf479d4c8781214d17f7d0aedc
1 parent
94c059df88
Exists in
master
and in
7 other branches
1
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
9e80eba
... | ... | @@ -836,6 +836,7 @@ |
836 | 836 | // patientsQuery1.setBookbuildingDateEnd(end); |
837 | 837 | patientsQuery1.setLastMensesEnd(end); |
838 | 838 | patientsQuery1.setBuildType(1); |
839 | + patientsQuery1.setExtEnable(false); | |
839 | 840 | if (listDate.size() > i + 1) { |
840 | 841 | // patientsQuery1.setBookbuildingDateStart(new Date(listDate.get(i + 1).getDate().getTime() + 86398000)); |
841 | 842 | patientsQuery1.setLastMensesStart(new Date(listDate.get(i + 1).getDate().getTime() + 86398000)); |