管道基础大数据平台系统开发-【后端】-Server
13693261870
2024-03-06 f849c87a07300020dbef300c79d1eacfc1439f84
src/main/java/com/lf/server/service/sys/ReportService.java
@@ -145,6 +145,71 @@
        return reportMapper.selectExplorationPoints(StringHelper.getRightLike(code));
    }
    @Override
    public List<CountEntity> countDemAreaByPrj() {
        return reportMapper.countDemAreaByPrj();
    }
    @Override
    public List<CountEntity> countMptAreaByPrj() {
        return reportMapper.countMptAreaByPrj();
    }
    @Override
    public List<CountEntity> countOsgbAreaByPrj() {
        return reportMapper.countOsgbAreaByPrj();
    }
    @Override
    public List<CountEntity> countLasAreaByPrj() {
        return reportMapper.countLasAreaByPrj();
    }
    @Override
    public List<CountEntity> countSurveyWorksiteByPrj() {
        return reportMapper.countSurveyWorksiteByPrj();
    }
    @Override
    public List<CountEntity> countExplorationReportByPrj() {
        return reportMapper.countExplorationReportByPrj();
    }
    @Override
    public List<CountEntity> countCollapseByPrj() {
        return reportMapper.countCollapseByPrj();
    }
    @Override
    public List<CountEntity> countDebrisFlowByPrj() {
        return reportMapper.countDebrisFlowByPrj();
    }
    @Override
    public List<CountEntity> countGroundCollapseByPrj() {
        return reportMapper.countGroundCollapseByPrj();
    }
    @Override
    public List<CountEntity> countHighSteepSlopeByPrj() {
        return reportMapper.countHighSteepSlopeByPrj();
    }
    @Override
    public List<CountEntity> countLandSlideByPrj() {
        return reportMapper.countLandSlideByPrj();
    }
    @Override
    public List<CountEntity> countUnstableSlopeByPrj() {
        return reportMapper.countUnstableSlopeByPrj();
    }
    @Override
    public List<CountEntity> countWaterDamageByPrj() {
        return reportMapper.countWaterDamageByPrj();
    }
    /**
     * 统计钻孔点面积
     */