|
@@ -1396,7 +1396,7 @@ public class StatisticalReportController extends BaseRESTfulController {
|
|
|
if(report.size() > 0 && report.get(0) != null && preMap != null ) {
|
|
|
report.get(0).putAll(preMap);
|
|
|
}
|
|
|
- PageListAdd pageList = columnDataUtil.tableColumnData(apiId, null, report);
|
|
|
+ PageListAdd pageList = columnDataUtil.tableColumnData5(apiId, null, report);
|
|
|
return success(pageList);
|
|
|
}
|
|
|
}
|