소스 검색

修复学生强登录提示BUG

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

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

@@ -92,6 +92,7 @@ public class CommonServiceImpl implements CommonService {
             //2021-03-01新增
             redisUtil.delete(RedisKeyHelper.studentPaperStructKey(recordId));
             TEStudentCacheDto teStudentCacheDto = ExamingDataCacheUtil.getStudentExaming(studentId);
+            //2022-04-15新增
             if (Objects.nonNull(teStudentCacheDto)) {
                 teStudentCacheDto.setExamingRecordId(null);
                 ExamingDataCacheUtil.setStudentExaming(studentId, teStudentCacheDto);