|
@@ -324,7 +324,6 @@ public class TaskLogicServiceImpl implements TaskLogicService {
|
|
|
t.setPaperType(stuPaperType);
|
|
|
i++;
|
|
|
}
|
|
|
- examStudentService.saveOrUpdateBatch(examStudentList);
|
|
|
// 试卷
|
|
|
list[2].addAll(paperPdfTempList);
|
|
|
}
|
|
@@ -357,6 +356,7 @@ public class TaskLogicServiceImpl implements TaskLogicService {
|
|
|
examDetailCourse.setAttachmentId(jsonObject.toJSONString());
|
|
|
}
|
|
|
}
|
|
|
+ examStudentService.saveOrUpdateBatch(examStudentList);
|
|
|
}
|
|
|
examDetailCourse.setAttachmentId(jsonObject.toJSONString());
|
|
|
examTaskDetailService.saveOrUpdateBatch(examTaskDetailList);
|