Commit a6dd89409ca059cb05af3fb5deca46c8b5dc2326

Authored by jiangjiazhi
1 parent 5abf4a6830

1

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TempFacade.java View file @ a6dd894
... ... @@ -149,7 +149,7 @@
149 149  
150 150 ArrayList list = new ArrayList();
151 151 list.add(hospital);
152   - tempQuery.setHospitalList(list);
  152 +// tempQuery.setHospitalList(list);
153 153  
154 154 List<TempModel> temp = tempService.queryTemp(tempQuery);
155 155 List dataList = new ArrayList();