|
@@ -598,7 +598,7 @@ public class TEExamServiceImpl extends ServiceImpl<TEExamMapper, TEExam> impleme
|
|
|
ExamStudentPaperStructCacheBean struct = (ExamStudentPaperStructCacheBean) redisUtil
|
|
|
.get(RedisKeyHelper.studentPaperStructKey(recordId));
|
|
|
if (struct != null) {
|
|
|
- ret.setStudentPaperStruct(JacksonUtil.parseJson(struct.getContent()));
|
|
|
+ ret.setStudentPaperStruct(struct.getContent());
|
|
|
}
|
|
|
Map<String, ExamStudentAnswerCacheBean> answers = redisUtil
|
|
|
.getHashEntries(RedisKeyHelper.examAnswerKey(recordId));
|