|
@@ -85,7 +85,7 @@ public class ExamRegistrationServiceImpl extends BaseServiceImpl<Long, ExamRegis
|
|
|
|
|
|
ExamRegistration registration = examRegistrationDao.getRegistration(examinationBasic.getId(), examRegistration.getStudentId(), examRegistration.getSubjectId(), examSubjectSong.getLevel());
|
|
|
if(registration != null){
|
|
|
- throw new BizException("该考级项目相同专业及等级您已报名,请勿重复报名");
|
|
|
+ throw new BizException("该考级相同专业及等级您已报名,请勿重复报名");
|
|
|
}
|
|
|
|
|
|
Date nowDate = new Date();
|