|
@@ -178,6 +178,9 @@ public class TaskExamPaperImportTemplete implements TaskImportTemplete {
|
|
|
teExamCourseService.saveOrUpdate(course);
|
|
|
// 设置调卷比例
|
|
|
teExamPaperService.savePaperWeight(paperWeight(list));
|
|
|
+
|
|
|
+ //清除考试科目缓存
|
|
|
+ teExamCourseService.deleteExamCourseCacheBean(teExam.getId(), courseCode);
|
|
|
}
|
|
|
|
|
|
private Map<Long, Double> paperWeight(List<TEExamPaper> list) {
|