zuoxiao
2 天以前 4513ef24bf9b188c2a77d6ce94f1a6b7e9ebf0e6
pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/changeSome/ChSomeCtrl.java
@@ -35,9 +35,6 @@
    }
    ///////////////////////////////////////////
    //
    // 取水口相关取水量
@@ -54,6 +51,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);
    }
    /**
     * 重新统计取水口月取水量