From 676e99259dbbf341d9f164cc8fab14b907eb3885 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期六, 28 十二月 2024 15:03:39 +0800
Subject: [PATCH] 完善
---
pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/statistics/StSomeCtrl.java | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/statistics/StSomeCtrl.java b/pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/statistics/StSomeCtrl.java
index 1553574..790a49d 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/statistics/StSomeCtrl.java
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/statistics/StSomeCtrl.java
@@ -19,11 +19,11 @@
@RequestMapping(path = "stSome")
public class StSomeCtrl {
- private StClientAmountSv stSomeClientAmountSv;
+ private StClientAmountSv stClientAmountSv;
@Autowired
private void setSv(StClientAmountSv sv) {
- this.stSomeClientAmountSv = sv;
+ this.stClientAmountSv = sv;
}
///////////////////////////////////////////
@@ -38,7 +38,8 @@
@GetMapping(path = "transSaveClientAmountDay")
@SsoAop()
public BaseResponse<Boolean> transSaveClientAmountDay() throws Exception{
- this.stSomeClientAmountSv.transSaveClientAmountDay();
+ this.stClientAmountSv.deleteAllStClientAmountDay();
+ this.stClientAmountSv.transSaveClientAmountDay();
return BaseResponseUtils.buildSuccess(true);
}
--
Gitblit v1.8.0