|
@@ -214,6 +214,7 @@ public class TEExamPaperController {
|
|
|
TEExamCourse teExamCourse = GsonUtil.fromJson(GsonUtil.toJson(examCourseCacheBean), TEExamCourse.class);
|
|
|
teExamCourse.setUpdateTime(System.currentTimeMillis());
|
|
|
examCourseService.saveOrUpdate(teExamCourse);
|
|
|
+ examCourseService.updateExamCourseCacheBean(examPaperCacheBean.getExamId(), examPaperCacheBean.getCourseCode());
|
|
|
|
|
|
teExamPaperService.removeById(id);
|
|
|
teExamPaperService.deleteExamPaperCacheBean(id);
|