Commit c18b9b85 by 阳浪

积分任务

parent adce717d
......@@ -527,6 +527,7 @@ public class QuestionLibraryServiceImpl extends ServiceImpl<QuestionLibraryMappe
public QuestionLibraryVO selectQuestionLibraryById(Long id) {
QuestionLibraryVO questionLibraryVO = new QuestionLibraryVO();
QuestionLibrary questionLibrary = questionLibraryMapper.selectById(id);
BeanUtils.copyProperties(questionLibrary,questionLibraryVO);
questionLibraryVO.setId(questionLibrary.getId());
questionLibraryVO.setName(questionLibrary.getName());
questionLibraryVO.setLibraryLabel(questionLibrary.getLibraryLabel());
......
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