管道基础大数据平台系统开发-【后端】-Server
13693261870
2024-03-15 f6e52bce9475f2602e963b6d24c1732aaaef9783
src/main/java/com/lf/server/service/sys/ReportService.java
@@ -215,6 +215,36 @@
        return reportMapper.countWaterDamageByPrj();
    }
    @Override
    public List<CountEntity> countDlgAreaByPrj() {
        return reportMapper.countDlgAreaByPrj();
    }
    @Override
    public List<CountEntity> countDomAreaByPrj() {
        return reportMapper.countDomAreaByPrj();
    }
    @Override
    public List<CountEntity> countLineLength() {
        return reportMapper.countLineLength();
    }
    @Override
    public List<CountEntity> countExplorationPointByPrj() {
        return reportMapper.countExplorationPointByPrj();
    }
    @Override
    public List<CountEntity> countGeoModelAreaByPrj() {
        return reportMapper.countGeoModelAreaByPrj();
    }
    @Override
    public List<CountEntity> countGeologicHazardByPrj() {
        return reportMapper.countGeologicHazardByPrj();
    }
    /**
     * 统计钻孔点面积
     */
@@ -385,7 +415,7 @@
            ce.setNo(rows);
            ce.setM1("总计");
            ce.setCount(allCount);
            if (StringUtils.isEmpty(ce.getM2())) {
            if (StringUtils.isEmpty(list.get(0).getM2())) {
                ce.setM2(FileHelper.getSizes(allSize));
            }
            ce.setM3(FileHelper.getSquareMeter(allArea));