luobang 3 年之前
父節點
當前提交
2db8f4d0ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/steerinfo/dil/controller/StatisticalReportController.java

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

@@ -609,7 +609,7 @@ public class StatisticalReportController extends BaseRESTfulController {
                                     Integer pageSize,
                                     String startTime,
                                     String endTime){
-        DataChange.queryDataByDateTime(startTime, endTime, mapValue, sdfDate);//根据时间段查询数据
+        DataChange.queryDataByDateTime(startTime, endTime, mapValue, sdfDateTime);//根据时间段查询数据
         PageHelper.startPage(pageNum, pageSize);
         //分页数据
         List<Map<String, Object>> report = statisticalReportService.getUnLoading(mapValue);