QuestionType questionType = questionTypeMapper.selectById(t.getQuestionId()); | QuestionType questionType = questionTypeMapper.selectById(t.getQuestionId()); | ||||
if (ObjectUtil.isNotNull(questionType)) { | if (ObjectUtil.isNotNull(questionType)) { | ||||
vo.setType(questionType.getName()); | vo.setType(questionType.getName()); | ||||
vo.setContent(questionType.getContent()); | |||||
} | } | ||||
return vo; | return vo; | ||||
*/ | */ | ||||
private Integer type; | private Integer type; | ||||
/** | |||||
* 问题内容 | |||||
*/ | |||||
private String content; | |||||
/** | /** | ||||
* 问题图片 缩略图 | * 问题图片 缩略图 | ||||
*/ | */ |