zhouzh 3 vuotta sitten
vanhempi
commit
8736b9bce3

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

@@ -234,7 +234,7 @@ public class StatisticalReportController extends BaseRESTfulController {
                                                     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.getPurInwardReport(mapValue);
@@ -258,7 +258,7 @@ public class StatisticalReportController extends BaseRESTfulController {
                                             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.getInwardReport(mapValue);
@@ -274,7 +274,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.getLoading(mapValue);