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