|
@@ -305,6 +305,9 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
|
studentPaymentOrder.setVersion(0);
|
|
|
Date date = new Date();
|
|
|
if (sporadicPayDto.getUseBalancePayment() && amount.compareTo(BigDecimal.ZERO) > 0) {
|
|
|
+ if(chargeInfo.getChargeType().getCode().equals(9)){
|
|
|
+ throw new BizException("账户充值不支持余额支付");
|
|
|
+ }
|
|
|
SysUserCashAccount userCashAccount = sysUserCashAccountService.get(userId);
|
|
|
|
|
|
if (userCashAccount == null) {
|