Commit 03b416138f2e24ddfa881890569b2e52d815ed33

Authored by liquanyu
1 parent e3828b9a00

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RiskReportFacade.java View file @ 03b4161
... ... @@ -131,7 +131,7 @@
131 131 for (Future f : futures)
132 132 {
133 133 try {
134   - results.add(f.get());
  134 + results.addAll((List) f.get());
135 135 } catch (InterruptedException e) {
136 136 e.printStackTrace();
137 137 } catch (ExecutionException e) {