src/main/java/com/lf/server/service/sys/ReportService.java
@@ -113,6 +113,11 @@ return reportMapper.countSizesByPrj(); } @Override public List<CountEntity> countExplorationPoints() { return reportMapper.countExplorationPoints(); } /** * 创建报告 */