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