zhubaomin
2025-06-06 20afccf343cd9c2f8efb1a20a0e92d4844a4adfa
pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/changeSome/ChSomeCtrl.java
@@ -35,9 +35,6 @@
    }
    ///////////////////////////////////////////
    //
    // 取水口相关取水量
@@ -61,8 +58,10 @@
    @GetMapping(path = "reStatisticsAllIntakeDayAmount")
    @SsoAop()
    public BaseResponse<Boolean> reStatisticsAllIntakeDayAmount() throws Exception{
        this.intakeAmountSv.deleteAllIntakeAmountDay();
        // 不能删除,以保留原始id
        // this.intakeAmountSv.deleteAllIntakeAmountDay();
        this.intakeAmountSv.statisticsIntakeAmountDay();
        this.intakeAmountSv.deleteSomeIntakeAmountDay();
        return BaseResponseUtils.buildSuccess(true);
    }