|
|
@@ -87,7 +87,7 @@ public class StatisticalReportController extends BaseRESTfulController {
|
|
|
mapValue.put("carrierSsoId", carrierSsoId);
|
|
|
}
|
|
|
}
|
|
|
- DataChange.queryDataByTwoDate(startTime, endTime, mapValue, sdfDateTime);//根据时间段查询数据
|
|
|
+ DataChange.queryDataByDateTime(startTime, endTime, mapValue, sdfDateTime);//根据时间段查询数据
|
|
|
List<Map<String, Object>> allReport = statisticalReportService.getAllSaleReportNum(mapValue);
|
|
|
PageHelper.startPage(pageNum, pageSize);
|
|
|
//分页数据
|
|
|
@@ -115,7 +115,7 @@ public class StatisticalReportController extends BaseRESTfulController {
|
|
|
mapValue.put("carrierSsoId", carrierSsoId);
|
|
|
}
|
|
|
}
|
|
|
- DataChange.queryDataByTwoDate(startTime, endTime, mapValue, sdfDateTime);//根据时间段查询数据
|
|
|
+ DataChange.queryDataByDateTime(startTime, endTime, mapValue, sdfDateTime);//根据时间段查询数据
|
|
|
List<Map<String, Object>> allReport = statisticalReportService.getAllSaleReportNum(mapValue);
|
|
|
//获取销售统计报表筛选过后的总净重
|
|
|
BigDecimal AllResultNetWeight = new BigDecimal(0);
|