Commit ec32f3778e39cbd2a4897a16c1ebd99b5c9462f9
1 parent
cbd135c962
Exists in
master
and in
6 other branches
产筛
Showing 1 changed file with 0 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
ec32f37
... | ... | @@ -1063,13 +1063,11 @@ |
1063 | 1063 | } |
1064 | 1064 | |
1065 | 1065 | public BaseResponse reviceSieve(List<String> parentIds, Integer userId) { |
1066 | - String hospitalId = autoMatchFacade.getHospitalId(userId); | |
1067 | 1066 | if (CollectionUtils.isNotEmpty(parentIds)) |
1068 | 1067 | { |
1069 | 1068 | SieveQuery query = new SieveQuery(); |
1070 | 1069 | query.setParentIds(parentIds); |
1071 | 1070 | query.setYn(YnEnums.YES.getId()); |
1072 | - query.setApplyHospitalId(hospitalId); | |
1073 | 1071 | List<SieveModel> list = sieveService.queryList(query); |
1074 | 1072 | |
1075 | 1073 | if (CollectionUtils.isNotEmpty(list)) |