浏览代码

修复学生强登录提示BUG

wangliang 3 年之前
父节点
当前提交
6e5129470a

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

@@ -195,6 +195,7 @@ public class TOeExamRecordServiceImpl extends ServiceImpl<TOeExamRecordMapper, T
         redisUtil.setForHash(RedisKeyHelper.examRecordCacheKey(er.getId()), map);
         sendExamRecordDataSaveMq(er.getId(), System.currentTimeMillis());
 
+        //2022-04-15新增
         TEStudentCacheDto teStudentCacheDto = ExamingDataCacheUtil.getStudentExaming(studentId);
         if (Objects.nonNull(teStudentCacheDto)) {
             teStudentCacheDto.setExamingRecordId(er.getId());