Explorar o código

修改销售统计报表要查全部表头

txf %!s(int64=3) %!d(string=hai) anos
pai
achega
c78ec349c9

+ 1 - 1
src/main/java/com/steerinfo/dil/controller/StatisticalReportController.java

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