|
@@ -571,6 +571,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
paymentDetail.setType(PlatformCashAccountDetailTypeEnum.PAY_FEE);
|
|
paymentDetail.setType(PlatformCashAccountDetailTypeEnum.PAY_FEE);
|
|
paymentDetail.setUpdateTime(nowDate);
|
|
paymentDetail.setUpdateTime(nowDate);
|
|
paymentDetail.setUserId(studentRegistration.getUserId());
|
|
paymentDetail.setUserId(studentRegistration.getUserId());
|
|
|
|
+ rechargeDetail.setChannel(studentPaymentOrder.getPaymentChannel());
|
|
sysUserCashAccountDetailService.insert(paymentDetail);
|
|
sysUserCashAccountDetailService.insert(paymentDetail);
|
|
|
|
|
|
//发送缴费成功通知(短信 + push)
|
|
//发送缴费成功通知(短信 + push)
|