xiatian 4 년 전
부모
커밋
4ff496203f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      themis-business/src/main/java/com/qmth/themis/business/cache/ExamRecordCacheUtil.java

+ 1 - 1
themis-business/src/main/java/com/qmth/themis/business/cache/ExamRecordCacheUtil.java

@@ -45,7 +45,7 @@ public class ExamRecordCacheUtil {
     }
 
     public static Integer getDurationSeconds(Long recordId) {
-        return (Integer) redisUtil.get(RedisKeyHelper.examRecordCacheKey(recordId), "surationSeconds");
+        return (Integer) redisUtil.get(RedisKeyHelper.examRecordCacheKey(recordId), "durationSeconds");
     }
 
     public static Double getObjectiveScore(Long recordId) {