|
@@ -192,7 +192,7 @@ public class ExamRecordQuestionsServiceImpl implements ExamRecordQuestionsServic
|
|
|
}
|
|
|
|
|
|
// 本地缓存key规则:examId_courseCode_paperType_questionId
|
|
|
- String cacheKey = examSessionInfo.getExamId() + "_" + examSessionInfo.getCourseCode() + "_"
|
|
|
+ String cacheKey = "CLIENT_" + examSessionInfo.getExamId() + "_" + examSessionInfo.getCourseCode() + "_"
|
|
|
+ examSessionInfo.getPaperType() + "_" + questionId;
|
|
|
String contentJson = questionContentCache.getIfPresent(cacheKey);
|
|
|
|