Commit e713ab62d4c014f757e18112d678f802a26b5afd
1 parent
0c7e64915d
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TempFacade.java
View file @
e713ab6
... | ... | @@ -152,9 +152,7 @@ |
152 | 152 | tempQuery.setLimit(queryRequest.getLimit()); |
153 | 153 | tempQuery.setNeed("1"); |
154 | 154 | |
155 | - ArrayList list = new ArrayList(); | |
156 | - list.add(hospital); | |
157 | - tempQuery.setHospitalList(list); | |
155 | + tempQuery.setHospitalList(hospital); | |
158 | 156 | |
159 | 157 | List<TempModel> temp = tempService.queryTemp(tempQuery); |
160 | 158 | List dataList = new ArrayList(); |