src/main/java/cc/mrbird/febs/mall/service/impl/RunVipServiceImpl.java | ●●●●● patch | view | raw | blame | history |
src/main/java/cc/mrbird/febs/mall/service/impl/RunVipServiceImpl.java
@@ -104,8 +104,7 @@ .orderByDesc(RunVipGrow::getId) ).stream().findFirst().orElse(null); if(runVipGrow != null){ BigDecimal amountNow = runVipGrow.getAmountNow(); reduceAmount = reduceAmount.add(amountNow); reduceAmount = runVipGrow.getAmountNow(); } presentAmount = presentAmount.subtract(reduceAmount);