燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-06-18 07fe1bb1ef9bf716567c3287ecd7c4859b6ccb1d
src/main/java/com/yssh/service/impl/WarningAnalyseServiceImpl.java
@@ -385,6 +385,7 @@
            //list.add(new WarningVo(wd.getLocationName(), wd.getSuYuanId(), 0.0, 0.0, wd.getValue(), time));
            DistanceSuYuan suYuan = suYuanMapper.getSuYuanById(wd.getTableName(), wd.getSuYuanId());
            Double lastVal = warningDetailMapper.getLastYearVal(wd.getId());
            int rows = suYuanMapper.isTableExists(wd.getTableName());
            DistanceSuYuan suMax = null;
@@ -397,6 +398,8 @@
            }
            Report report = Report.calcReport(wd, suYuan, suMax);
            report.setLastVal(lastVal);
            list.add(report);
        }