|
@@ -3684,10 +3684,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
registerPayDto.setNewCourse(courseSettings);
|
|
registerPayDto.setNewCourse(courseSettings);
|
|
for (StudentRegistration studentRegistration : studentRegistrationList) {
|
|
for (StudentRegistration studentRegistration : studentRegistrationList) {
|
|
registerPayDto.setRegisterId(studentRegistration.getId().intValue());
|
|
registerPayDto.setRegisterId(studentRegistration.getId().intValue());
|
|
- HttpResponseResult result = this.pay(registerPayDto);
|
|
|
|
- if (result.getCode() != 200) {
|
|
|
|
- return result;
|
|
|
|
- }
|
|
|
|
|
|
+ this.pay(registerPayDto);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|