wangliang 4 년 전
부모
커밋
b26b4a80b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      themis-business/src/main/java/com/qmth/themis/business/service/impl/CommonServiceImpl.java

+ 1 - 1
themis-business/src/main/java/com/qmth/themis/business/service/impl/CommonServiceImpl.java

@@ -79,7 +79,7 @@ public class CommonServiceImpl implements CommonService {
             // 清除缓存
 //			ExamActivityRecordCacheUtil.removeActivityRecordCache(ExamRecordCacheUtil.getExamActivityId(recordId),
 //					recordId);
-            Long examActivityId = ExamRecordCacheUtil.getExamActivityId(recordId);
+//            Long examActivityId = ExamRecordCacheUtil.getExamActivityId(recordId);
 //            Long examStudentId = ExamRecordCacheUtil.getExamStudentId(recordId);
             redisUtil.delete(RedisKeyHelper.examRecordCacheKey(recordId));
             redisUtil.delete(RedisKeyHelper.examAnswerKey(recordId));