| | |
| | | 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(); |
| | | } |
| | | |
| | | /** |
| | | * 统计钻孔点面积 |
| | | */ |
| | |
| | | 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)); |
| | |
| | | |
| | | /** |
| | | * 根据方法名称查询数据列表 |
| | | * |
| | | * @param re |
| | | * @return |
| | | */ |
| | | private List<CountEntity> selectListByMethodName(ReportEntity re) { |
| | | List<CountEntity> list = null; |