|
@@ -2898,7 +2898,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
|
if(order.getStatus().equals(DealStatusEnum.SUCCESS)){
|
|
|
courseScheduleDao.updateGroupCourseLock(order.getMusicGroupId(),GroupType.PRACTICE,0);
|
|
|
}else{
|
|
|
- if(Objects.nonNull( order.getBalancePaymentAmount())){
|
|
|
+ if(Objects.nonNull(order.getBalancePaymentAmount())){
|
|
|
sysUserCashAccountService.updateBalance(order.getUserId(), order.getBalancePaymentAmount(), PlatformCashAccountDetailTypeEnum.REFUNDS, "陪练课购买失败");
|
|
|
}
|
|
|
studentPaymentOrderDao.update(order);
|