| | |
| | | } |
| | | |
| | | @Override |
| | | public List<CountEntity> countSizesByType() { |
| | | return reportMapper.countSizesByType(); |
| | | } |
| | | |
| | | @Override |
| | | public List<CountEntity> countServices() { |
| | | return reportMapper.countServices(); |
| | | } |
| | |
| | | @Override |
| | | public List<CountEntity> countOperates() { |
| | | return reportMapper.countOperates(); |
| | | } |
| | | |
| | | @Override |
| | | public List<CountEntity> countSizesByPrj() { |
| | | return reportMapper.countSizesByPrj(); |
| | | } |
| | | |
| | | @Override |
| | | public List<CountEntity> countExplorationPoints() { |
| | | return reportMapper.countExplorationPoints(); |
| | | } |
| | | |
| | | /** |
| | |
| | | case "countSizes": |
| | | createCountSizesWord(source, target); |
| | | break; |
| | | default: |
| | | case "countServices": |
| | | createCountServicesWord(source, target); |
| | | break; |
| | | default: |
| | | break; |
| | | } |
| | | } else { |
| | |
| | | case "countSizes": |
| | | createCountSizesExcel(source, target); |
| | | break; |
| | | default: |
| | | case "countServices": |
| | | createCountServicesExcel(source, target); |
| | | break; |
| | | default: |
| | | break; |
| | | } |
| | | } |
| | | } |