|
@@ -86,6 +86,8 @@ public class ExamRegistrationServiceImpl extends BaseServiceImpl<Long, ExamRegis
|
|
}
|
|
}
|
|
|
|
|
|
examRegistration.setStatus(StudentRegistrationStatusEnum.PAY_WAIT);
|
|
examRegistration.setStatus(StudentRegistrationStatusEnum.PAY_WAIT);
|
|
|
|
+ examRegistration.setLevelFee(examSubjectSong.getRegistrationFee());
|
|
|
|
+ examRegistration.setTheoryLevelFee(examMusicTheory.getFee());
|
|
examRegistrationDao.insert(examRegistration);
|
|
examRegistrationDao.insert(examRegistration);
|
|
|
|
|
|
ExamRegistrationPayment examRegistrationPayment = new ExamRegistrationPayment();
|
|
ExamRegistrationPayment examRegistrationPayment = new ExamRegistrationPayment();
|