|
|
@@ -384,6 +384,7 @@ public class ExamService {
|
|
|
}
|
|
|
existPaperIdSet.add(e.getPaperId());
|
|
|
}
|
|
|
+ existPaperIdSet.clear(); // TODO 忽略已做的卷
|
|
|
LearnPaper paper = getBestPaper(sysUser.getExamType(), plan, subjectId, existPaperIdSet);
|
|
|
examinee.setPaperId(paper.getId());
|
|
|
examinee.setState(ExamineeStatus.Sign.getVal());
|