Explorar el Código

修改自动报表打印时,没有返回统计图

zhoupeng hace 1 año
padre
commit
1b2bd3a804

+ 1 - 1
cqcy-ei/cqcy-ei-da/src/main/java/com/example/opc_da/service/impl/ReportTableServiceImpl.java

@@ -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);
             }