WANG 5 gadi atpakaļ
vecāks
revīzija
1858983773

+ 1 - 1
examcloud-core-examwork-service/src/main/java/cn/com/qmth/examcloud/core/examwork/service/impl/ExamStudentServiceImpl.java

@@ -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();