Commit c24fc3c2b3c194f5b598e201b6d6288c4cce3df6

Authored by litao
1 parent 5dcd9b2efd

报表数据增加

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java View file @ c24fc3c
... ... @@ -458,7 +458,7 @@
458 458 /** 设置使用券数 */
459 459 Series s = new Series();
460 460 s.setName("使用券数");
461   - series.setType("bar");
  461 + s.setType("bar");
462 462 s.setData(Arrays.asList(coupon.get("people_send_count")));
463 463 seriesList.add(s);
464 464 }