|
@@ -335,7 +335,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
studentRegistration.setUserId(sysUser.getId());
|
|
studentRegistration.setUserId(sysUser.getId());
|
|
studentRegistration.setMusicGroupStatus(StudentMusicGroupStatusEnum.APPLY);
|
|
studentRegistration.setMusicGroupStatus(StudentMusicGroupStatusEnum.APPLY);
|
|
if (hasReg != null) {
|
|
if (hasReg != null) {
|
|
- studentRegistration.setMusicGroupStatus(StudentMusicGroupStatusEnum.NORMAL);
|
|
|
|
|
|
+ studentRegistration.setMusicGroupStatus(StudentMusicGroupStatusEnum.APPLY);
|
|
studentRegistration.setId(hasReg.getId());
|
|
studentRegistration.setId(hasReg.getId());
|
|
studentRegistrationDao.update(studentRegistration);
|
|
studentRegistrationDao.update(studentRegistration);
|
|
} else {
|
|
} else {
|
|
@@ -1635,7 +1635,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
}
|
|
}
|
|
List<MusicGroupPaymentCalender> musicGroupCalenderBatchNoTimes = musicGroupPaymentCalenderDao.getMusicGroupCalenderBatchNoTimes(musicGroup.getId());
|
|
List<MusicGroupPaymentCalender> musicGroupCalenderBatchNoTimes = musicGroupPaymentCalenderDao.getMusicGroupCalenderBatchNoTimes(musicGroup.getId());
|
|
if (musicGroupCalenderBatchNoTimes.size() > 1) {
|
|
if (musicGroupCalenderBatchNoTimes.size() > 1) {
|
|
- return "乐团已建多批次缴费";
|
|
|
|
|
|
+ return "乐团已进入续费阶段";
|
|
}
|
|
}
|
|
|
|
|
|
// Integer hasStartCourseNum = courseScheduleDao.getMusicGroupHasStartCourseNum(musicGroup.getId());
|
|
// Integer hasStartCourseNum = courseScheduleDao.getMusicGroupHasStartCourseNum(musicGroup.getId());
|