|
@@ -66,7 +66,7 @@ public class MusicGroupRegisterController extends BaseController {
|
|
|
}
|
|
|
|
|
|
StudentRegistration hasReg = studentRegistrationService.getByPhoneAndMusicGroupId(studentRegistration.getMusicGroupId(), studentRegistration.getParentsPhone());
|
|
|
- if (hasReg != null && hasReg.getMusicGroupStatus() != StudentMusicGroupStatusEnum.QUIT && MusicGroupStatusEnum.PAY.equals(musicGroup.getStatus())) {
|
|
|
+ if (hasReg != null && hasReg.getMusicGroupStatus() != StudentMusicGroupStatusEnum.QUIT) {
|
|
|
return succeed(hasReg);
|
|
|
}
|
|
|
|