|
@@ -298,10 +298,11 @@ public class TaskLogicServiceImpl implements TaskLogicService {
|
|
|
list[3].addAll(examStudentTempPdfList);
|
|
|
examStudentService.saveOrUpdateBatch(examStudentList);
|
|
|
jsonObject.put("card", jsonArray);
|
|
|
- examCardDetail.setAttachmentId(jsonObject.toJSONString());
|
|
|
+ examDetailCourse.setAttachmentId(jsonObject.toJSONString());
|
|
|
}
|
|
|
examCardDetailService.saveOrUpdateBatch(examCardDetailList);
|
|
|
}
|
|
|
+ examDetailCourse.setAttachmentId(jsonObject.toJSONString());
|
|
|
examTaskDetailService.saveOrUpdateBatch(examTaskDetailList);
|
|
|
}
|
|
|
detailCourseService.saveOrUpdateBatch(examDetailCourseList);
|