|
@@ -110,8 +110,8 @@ public class SporadicChargeInfoImpl extends BaseServiceImpl<Integer, SporadicCha
|
|
|
if (!appendCourseBalance) {
|
|
|
throw new BizException("增加用户课程余额失败");
|
|
|
}
|
|
|
- } else if (info.getChargeType().getCode() == 9) { //零星收费账户充值
|
|
|
- sysUserCashAccountService.updateBalance(userId, studentPaymentOrder.getActualAmount(), PlatformCashAccountDetailTypeEnum.RECHARGE, "零星收费账户充值", studentPaymentOrder.getTransNo());
|
|
|
+ } else if (info.getChargeType().getCode() == 9 || info.getChargeType().getCode() == 13) { //零星收费账户充值,网基课活动
|
|
|
+ sysUserCashAccountService.updateBalance(userId, studentPaymentOrder.getActualAmount(), PlatformCashAccountDetailTypeEnum.RECHARGE, "零星收费"+info.getChargeType().getMsg(), studentPaymentOrder.getTransNo());
|
|
|
} else if (info.getOrganId().equals(42) && info.getChargeType().equals(SporadicChargeTypeEnum.LEVEL)) {
|
|
|
degreeRegistrationService.updateStatus(studentPaymentOrder);
|
|
|
return true;
|