wangliang 3 سال پیش
والد
کامیت
bf3136b35c
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);