luobang 3 years ago
parent
commit
2db8f4d0ad

+ 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);