KKSU
2025-01-03 0c62869c2292d4a3f725c57fcdbc9c2eaf5ca1b0
src/main/java/cc/mrbird/febs/mall/service/impl/RunVipServiceImpl.java
@@ -693,7 +693,7 @@
        ).stream().findFirst().orElse(null);
        if(runVipGrow != null){
            BigDecimal amountNow = runVipGrow.getAmountNow();
            reduceAmount = reduceAmount.add(amountNow);
            reduceAmount = amountNow;
        }
        apiReduceAmountVo.setReduceAmount(reduceAmount);
        return new FebsResponse().success().data(apiReduceAmountVo);