src/main/java/cc/mrbird/febs/mall/service/impl/MemberProfitServiceImpl.java
@@ -363,9 +363,9 @@ }); if (type.equals(AccountLevelEnums.VVIP.getLevel())) { changeSystemBonus(null, waitToBonus,null); changeSystemBonus(null, waitToBonus.negate(),null); } else { changeSystemBonus(null, null, waitToBonus); changeSystemBonus(null, null, waitToBonus.negate()); } bonusRecord(waitToBonus, type, null, null);