xiatian 4 سال پیش
والد
کامیت
cb7d56fd7e
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

@@ -20,7 +20,7 @@ public class ExamRecordCacheUtil {
 		return (Long) redisUtil.get(RedisKeyHelper.examRecordCacheKey(recordId), "id");
 	}
 
-	public static Long getExamStudentIdd(Long recordId) {
+	public static Long getExamStudentId(Long recordId) {
 		return (Long) redisUtil.get(RedisKeyHelper.examRecordCacheKey(recordId), "examStudentId");
 	}