pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StIntakeAmountMonthMapper.java
@@ -63,5 +63,11 @@ * @param year 统计年度 * @return */ List<VoIntakeAmountStatistics> statisticsByIntake(Integer year, Integer month, Long startId, Long endId) ; /** * 以取水口维度统计取水量 * @param year 统计年度 * @return */ List<VoIntakeAmountStatistics> statisticsByIntake(Integer year) ; }