From 59979105fddeaf2e4464684620843d1b5fb565c7 Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期一, 16 十二月 2024 17:20:18 +0800 Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV --- pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/changeSome/ChSomeCtrl.java | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/changeSome/ChSomeCtrl.java b/pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/changeSome/ChSomeCtrl.java index 666a62c..3c7befe 100644 --- a/pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/changeSome/ChSomeCtrl.java +++ b/pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/changeSome/ChSomeCtrl.java @@ -37,4 +37,29 @@ this.intakeAmountSv.chIntakeAmountDay(); return BaseResponseUtils.buildSuccess(true); } + + + /** + * 閲嶆柊缁熻鍙栨按鍙f湀鍙栨按閲� + * @return + */ + @GetMapping(path = "reStatisticsAllIntakeMonthAmount") + @SsoAop() + public BaseResponse<Boolean> reStatisticsAllIntakeMonthAmount() throws Exception{ + this.intakeAmountSv.deleteAllIntakeAmountMonth(); + this.intakeAmountSv.statisticsIntakeAmountMonth(); + return BaseResponseUtils.buildSuccess(true); + } + + /** + * 閲嶆柊缁熻鍙栨按鍙f墍鍙栨按閲� + * @return + */ + @GetMapping(path = "reStatisticsAllIntakeYearAmount") + @SsoAop() + public BaseResponse<Boolean> reStatisticsAllIntakeYearAmount() throws Exception{ + this.intakeAmountSv.deleteAllIntakeAmountYear(); + this.intakeAmountSv.statisticsIntakeAmountYear(); + return BaseResponseUtils.buildSuccess(true); + } } -- Gitblit v1.8.0