|
|
@@ -125,7 +125,7 @@ public class ExamTempServiceImpl extends ServiceImpl<ExamTempMapper, ExamTemp> i
|
|
|
System.out.println(add.getExamId());
|
|
|
System.out.println(questionlist.size());
|
|
|
if(questionlist.size()==0){
|
|
|
- throw new CustomException("没有题目数可生成试卷");
|
|
|
+ throw new CustomException("你的题目已经做完了");
|
|
|
}
|
|
|
if(questionlist!=null){
|
|
|
Collection<ExamTempQuestion> coll = new HashSet<>();
|