|
@@ -87,6 +87,7 @@ public class StatisticalReportController extends BaseRESTfulController {
|
|
|
mapValue.put("carrierSsoId", carrierSsoId);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
DataChange.queryDataByDateTime(startTime, endTime, mapValue, sdfDateTime);//根据时间段查询数据
|
|
|
List<Map<String, Object>> allReport = statisticalReportService.getAllSaleReportNum(mapValue);
|
|
|
PageHelper.startPage(pageNum, pageSize);
|