Commit 6c6905ddb967575eb34ec8208d8064ea7ad669b6
1 parent
d9359d8f71
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/SieveFacade.java
View file @
6c6905d
... | ... | @@ -263,7 +263,7 @@ |
263 | 263 | SieveApplyOrderQuery sieveQuery = new SieveApplyOrderQuery(); |
264 | 264 | sieveQuery.setYn(YnEnums.YES.getId()); |
265 | 265 | sieveQuery.setParentId(id); |
266 | - String hospital = autoMatchFacade.getHospitalId(userId); | |
266 | + //String hospital = autoMatchFacade.getHospitalId(userId); | |
267 | 267 | //sieveQuery.setHospitalId(hospital); |
268 | 268 | List<SieveApplyOrderModel> applyOrderModels = applyOrderService.querySieveApplyOrderWithQuery(sieveQuery); |
269 | 269 | List list = new ArrayList(); |