pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/changeSome/ChSomeCtrl.java
@@ -54,6 +54,18 @@ return BaseResponseUtils.buildSuccess(true); } /** * 重新统计取水口月取水量 * @return */ @GetMapping(path = "reStatisticsAllIntakeDayAmount") @SsoAop() public BaseResponse<Boolean> reStatisticsAllIntakeDayAmount() throws Exception{ this.intakeAmountSv.deleteAllIntakeAmountDay(); this.intakeAmountSv.statisticsIntakeAmountDay(); return BaseResponseUtils.buildSuccess(true); } /** * 重新统计取水口月取水量