liurunyu
2025-01-13 37b627623f03f58fef28f4a87a049ccabda6f72d
pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/changeSome/ChSomeCtrl.java
@@ -54,6 +54,20 @@
        return BaseResponseUtils.buildSuccess(true);
    }
    /**
     * 重新统计取水口月取水量
     * @return
     */
    @GetMapping(path = "reStatisticsAllIntakeDayAmount")
    @SsoAop()
    public BaseResponse<Boolean> reStatisticsAllIntakeDayAmount() throws Exception{
        // 不能删除,以保留原始id
        // this.intakeAmountSv.deleteAllIntakeAmountDay();
        this.intakeAmountSv.statisticsIntakeAmountDay();
        this.intakeAmountSv.deleteSomeIntakeAmountDay();
        return BaseResponseUtils.buildSuccess(true);
    }
    /**
     * 重新统计取水口月取水量