| | |
| | | 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(); |
| | | } |
| | | |
| | | /** |
| | | * 统计钻孔点面积 |
| | | */ |