Commit 026b1f5c4efb831be8549cc67bef4ad2592fc16e
1 parent
2f50563e38
Exists in
master
and in
6 other branches
测试
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
026b1f5
... | ... | @@ -1827,7 +1827,7 @@ |
1827 | 1827 | patientsQuery.setFmDateEnd(DateUtil.addDay(new Date(), -29)); |
1828 | 1828 | } |
1829 | 1829 | } |
1830 | - //patientsQuery.setFmHospitalQueryList(hospitalList); | |
1830 | + patientsQuery.setFmHospitalQueryList(hospitalList); | |
1831 | 1831 | |
1832 | 1832 | List<Patients> patientsList = patientsService.queryPatient(patientsQuery); |
1833 | 1833 | if (CollectionUtils.isEmpty(patientsList)) { |