wuzeyu
2024-12-30 42c8ee1e0446af7c7ecc231de118057cb29641ac
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);
    }