|
@@ -45,7 +45,7 @@ public class ExamRecordCacheUtil {
|
|
}
|
|
}
|
|
|
|
|
|
public static Integer getDurationSeconds(Long recordId) {
|
|
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) {
|
|
public static Double getObjectiveScore(Long recordId) {
|