|
@ -84,6 +84,10 @@ public class QuestionService implements IQuestionService { |
|
|
} |
|
|
} |
|
|
HtQuestion question = questionList.get(0); |
|
|
HtQuestion question = questionList.get(0); |
|
|
QuestionVo.Question questionVo = QuestionVo.Question.toQuestionVo(question); |
|
|
QuestionVo.Question questionVo = QuestionVo.Question.toQuestionVo(question); |
|
|
|
|
|
//查询可以共享答案的试题的id
|
|
|
|
|
|
List<Long> shareAnswerIds = htQuestionDao.queryShareAnswer(question.getId()); |
|
|
|
|
|
log.info("答案关联的试题id:{}", questionVo); |
|
|
|
|
|
questionVo.setShareAnswerIds(shareAnswerIds); |
|
|
log.info("试题:{}", questionVo); |
|
|
log.info("试题:{}", questionVo); |
|
|
|
|
|
|
|
|
//获取评测信息
|
|
|
//获取评测信息
|
|
|