|
@@ -110,6 +110,11 @@ public class IotReportOrderController {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ List<AllOrderResp> dailyReports = iotRhDailyReportMapper.selectStatusNumber(pageReqVO);
|
|
|
|
|
+ List<AllOrderResp> ryDailyReports = iotRyDailyReportMapper.selectStatusNumber(pageReqVO);
|
|
|
|
|
+ List<AllOrderResp> rdDailyReports = iotRdDailyReportMapper.selectStatusNumber(pageReqVO);
|
|
|
|
|
+
|
|
|
Long hbWxNum = 0L;
|
|
Long hbWxNum = 0L;
|
|
|
Long hbXjNum = 0L;
|
|
Long hbXjNum = 0L;
|
|
|
Long hbYxNum = 0L;
|
|
Long hbYxNum = 0L;
|
|
@@ -134,9 +139,6 @@ public class IotReportOrderController {
|
|
|
// 同比 去年同期相同统计数据对比 无数据
|
|
// 同比 去年同期相同统计数据对比 无数据
|
|
|
tbByNum = tbByNum == null ? 0l : tbByNum;
|
|
tbByNum = tbByNum == null ? 0l : tbByNum;
|
|
|
|
|
|
|
|
- List<AllOrderResp> dailyReports = iotRhDailyReportMapper.selectStatusNumber(pageReqVO);
|
|
|
|
|
- List<AllOrderResp> ryDailyReports = iotRyDailyReportMapper.selectStatusNumber(pageReqVO);
|
|
|
|
|
- List<AllOrderResp> rdDailyReports = iotRdDailyReportMapper.selectStatusNumber(pageReqVO);
|
|
|
|
|
List<AllOrderResp> reports = new ArrayList<>();
|
|
List<AllOrderResp> reports = new ArrayList<>();
|
|
|
AtomicReference<Long> noStatus = new AtomicReference<>(0l);
|
|
AtomicReference<Long> noStatus = new AtomicReference<>(0l);
|
|
|
AtomicReference<Long> yesStatus = new AtomicReference<>(0l);
|
|
AtomicReference<Long> yesStatus = new AtomicReference<>(0l);
|