Browse Source

update 更新获取报名信息

周箭河 5 years ago
parent
commit
08472484c1

+ 1 - 1
edu-user/edu-user-server/src/main/java/com/keao/edu/user/service/impl/ExamRegistrationServiceImpl.java

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