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