|
@@ -558,7 +558,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
waitPayOrder.setStatus(DealStatusEnum.CLOSE);
|
|
|
studentPaymentOrderService.update(waitPayOrder);
|
|
|
//添加学生
|
|
|
- classGroupStudentMapperService.addStudents(studentRegistration.getClassGroupId(), studentRegistration.getUserId().toString(), GroupType.MUSIC);
|
|
|
+ classGroupStudentMapperService.addStudents(waitPayOrder.getClassGroupId(), studentRegistration.getUserId().toString(), GroupType.MUSIC);
|
|
|
}
|
|
|
|
|
|
if (studentRegistration.getTemporaryCourseFee() == null) {
|