|
@@ -72,9 +72,12 @@ public class AsyncDataCalculateTempleteService extends AsyncCalculateTaskTemplet
|
|
|
}finally {
|
|
|
|
|
|
tbExamCourseService.updateById(tbExamCourse);
|
|
|
-// if (Objects.isNull(exception)){
|
|
|
-// cacheService.removeExamStudentReportCache();
|
|
|
-// }
|
|
|
+ if (Objects.isNull(exception)){
|
|
|
+ cacheService.removeExamStudentReportCache();
|
|
|
+ cacheService.removeCollegeDeanCache();
|
|
|
+ cacheService.removeCollegeCourseCache();
|
|
|
+ cacheService.removeSurveyTeacherViewCache();
|
|
|
+ }
|
|
|
}
|
|
|
return ResultUtil.ok(map);
|
|
|
}
|