Commit 60e76ff98d598ef0f30102a681d2f738b778c657
1 parent
b31eed335a
Exists in
master
and in
6 other branches
公共卫生统计
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientSyncMysqlFacade.java
View file @
60e76ff
... | ... | @@ -3421,6 +3421,8 @@ |
3421 | 3421 | patientsQuery.setHospitalId(hospitalId); |
3422 | 3422 | patientsQuery.setBuildDaysStart(0); |
3423 | 3423 | patientsQuery.setBuildDaysEnd(13*7); |
3424 | + patientsQuery.setDueStatus(0); | |
3425 | + patientsQuery.setIsAutoFm(YnEnums.NO.getId()); | |
3424 | 3426 | patientsQuery.setExtEnable(false); |
3425 | 3427 | patientsQuery.setBuildTypeNot(1); |
3426 | 3428 | patientsQuery.setBookbuildingDateStart(DateUtil.addYear(new Date(),-20)); |
... | ... | @@ -3901,6 +3903,8 @@ |
3901 | 3903 | patientsQuery.setBuildDaysEnd(13*7); |
3902 | 3904 | patientsQuery.setExtEnable(false); |
3903 | 3905 | patientsQuery.setBuildTypeNot(1); |
3906 | + patientsQuery.setDueStatus(0); | |
3907 | + patientsQuery.setIsAutoFm(YnEnums.NO.getId()); | |
3904 | 3908 | patientsQuery.setBookbuildingDateStart(DateUtil.addYear(new Date(),-20)); |
3905 | 3909 | patientsQuery.setBookbuildingDateEnd(endDate); |
3906 | 3910 | patientsQuery.setType(3); |