|
@@ -228,7 +228,7 @@ public class ExamStudentServiceImpl implements ExamStudentService {
|
|
|
throw new StatusException("100005", "考试不存在");
|
|
|
}
|
|
|
} else {
|
|
|
- throw new StatusException("100002", "examId & examName are both blank");
|
|
|
+ throw new StatusException("100002", "examId,examCode,examName cannot be all empty");
|
|
|
}
|
|
|
|
|
|
String identityNumber = examStudentInfo.getIdentityNumber();
|