@@ -691,7 +691,7 @@ public class ExamService {
}
- throw new ValidationException("未初始化院校定向模拟题库: " + subjectId + ":" + plan.getId());
+ throw new ValidationException("未初始化院校定向模拟题库:" + subjectId + ":" + plan.getId() + "\n " + plan.getEnrollFormula());
private AnswerSheet buildAnswerSheet(LearnPaper paper, LearnExaminee examinee, List<PaperVO.QuestionAnswer> questionList) {