|
@@ -441,7 +441,7 @@ public class ReportTableServiceImpl implements ReportTableService {
|
|
|
ReportTable chReportTable = reportTableDao.getReportTableById(chTableId);
|
|
|
chReportTable.setReportTableData(reportTable.getReportTableData());
|
|
|
chReportTable.setReportTableItemList(reportTableDao.getTableItemListById(chTableId));
|
|
|
- chReportTable.setReportChartList(reportTableDao.getReportChartList(id));
|
|
|
+ chReportTable.setReportChartList(reportTableDao.getReportChartList(chTableId));
|
|
|
chReportTable.setUserGroupList(reportTableDao.getTableUserGroup(chTableId));
|
|
|
return Result.ok(chReportTable);
|
|
|
}
|