|
@@ -210,6 +210,7 @@ public class IotRhDailyReportController {
|
|
|
long completeRyCount = 0;
|
|
long completeRyCount = 0;
|
|
|
IotRyDailyReportPageReqVO ryReqVO = new IotRyDailyReportPageReqVO();
|
|
IotRyDailyReportPageReqVO ryReqVO = new IotRyDailyReportPageReqVO();
|
|
|
ryReqVO.setCreateTime(pageReqVO.getCreateTime());
|
|
ryReqVO.setCreateTime(pageReqVO.getCreateTime());
|
|
|
|
|
+ ryReqVO.setProjectClassification("2"); // 暂时先统计修井
|
|
|
List<IotRyDailyReportStatisticsVO> ryReports = iotRyDailyReportService.ryDailyReportStatistics(ryReqVO);
|
|
List<IotRyDailyReportStatisticsVO> ryReports = iotRyDailyReportService.ryDailyReportStatistics(ryReqVO);
|
|
|
if (CollUtil.isNotEmpty(ryReports)) {
|
|
if (CollUtil.isNotEmpty(ryReports)) {
|
|
|
for (IotRyDailyReportStatisticsVO ryReport : ryReports) {
|
|
for (IotRyDailyReportStatisticsVO ryReport : ryReports) {
|