|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
List<QuestionListDto> questionListDtoList = questionMapper.getIndexQuestion(getQuestionListDto); |
|
|
List<QuestionListDto> questionListDtoList = questionMapper.getIndexQuestion(getQuestionListDto); |
|
|
questionListDtoList.forEach(it ->{ |
|
|
questionListDtoList.forEach(it ->{ |
|
|
it.setHandlerImage(CommonConfig.imageURL + it.getHandlerImage()); |
|
|
|
|
|
|
|
|
if(it.getHandlerImage() != null){ |
|
|
|
|
|
it.setHandlerImage(CommonConfig.imageURL + it.getHandlerImage()); |
|
|
|
|
|
} |
|
|
}); |
|
|
}); |
|
|
return questionListDtoList; |
|
|
return questionListDtoList; |
|
|
} |
|
|
} |