Commit 262d6fbd authored by 陈立彬's avatar 陈立彬

fix

parent 172f9604
...@@ -65,7 +65,7 @@ public class ExamController { ...@@ -65,7 +65,7 @@ public class ExamController {
log.info("获取当前出题,rediskey = {}, value = {}", redisKey, currentQuestion); log.info("获取当前出题,rediskey = {}, value = {}", redisKey, currentQuestion);
if(StringUtils.isNotEmpty(currentQuestion)) { if(StringUtils.isNotEmpty(currentQuestion)) {
ElehKnowledgeDo knowledgeDo = knowledgeMapper.selectById(Long.valueOf(currentQuestion)); ElehKnowledgeDo knowledgeDo = knowledgeMapper.selectById(tenant, Long.valueOf(currentQuestion));
if(Objects.nonNull(knowledgeDo)) { if(Objects.nonNull(knowledgeDo)) {
ElehKnowledgeTagDo tagDo = tagMapper.selectById(knowledgeDo.getTagId()); ElehKnowledgeTagDo tagDo = tagMapper.selectById(knowledgeDo.getTagId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment