|
@@ -306,7 +306,7 @@ public class BatchCreateDataTest {
|
|
|
ExamQuestion examQuestion = examQuestionRepo.findByWorkIdAndSubjectAndAreaCode(WORK_ID, subject, "1");
|
|
|
for (Student student : students) {
|
|
|
Long random = randomUtil.randomPaper(student.getWorkId());
|
|
|
- Paper paper = new Paper(student.getWorkId(), subject, examQuestion, student, false, random);
|
|
|
+ Paper paper = new Paper(student.getWorkId(), subject, examQuestion, student, false, random, 4000);
|
|
|
papers.add(paper);
|
|
|
}
|
|
|
}
|