|
@@ -989,7 +989,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
|
|
|
this.orderCallback(studentPaymentOrder);
|
|
|
|
|
|
- sysUserCashAccountService.updateBalance(user.getId(), amount.negate(),PlatformCashAccountDetailTypeEnum.PAY_FEE,"乐团续费");
|
|
|
+ sysUserCashAccountService.updateBalance(user.getId(), amount.negate(),PlatformCashAccountDetailTypeEnum.PAY_FEE,"VIP课购买");
|
|
|
|
|
|
Map<String,Object> result=new HashMap<>();
|
|
|
result.put("orderNo",studentPaymentOrder.getOrderNo());
|