|
@@ -92,7 +92,7 @@ public class StatisticalReportController extends BaseRESTfulController {
|
|
|
PageHelper.startPage(pageNum, pageSize);
|
|
|
//分页数据
|
|
|
List<Map<String, Object>> report = statisticalReportService.getAllSaleReport(mapValue);
|
|
|
- PageListAdd pageList = columnDataUtil.tableColumnData(apiId, allReport, report);
|
|
|
+ PageListAdd pageList = columnDataUtil.tableColumnData2(apiId, allReport, report);
|
|
|
return success(pageList);
|
|
|
}
|
|
|
|