|
@@ -116,7 +116,7 @@ public class ExamRegistrationServiceImpl extends BaseServiceImpl<Long, ExamRegis
|
|
|
examRegistration.getStudentId(), examRegistration.getSubjectId(), level,
|
|
|
statusEnumList);
|
|
|
if (registration != null) {
|
|
|
- String msg = level != null ? "该考级相同专业及等级您已报名,请勿重复报名" : "该考级相同乐理等级您已报名";
|
|
|
+ String msg = level != null ? "该考级相同专业及等级您已报名,请勿重复报名" : "该考试您已报名";
|
|
|
throw new BizException(msg);
|
|
|
}
|
|
|
|