@@ -132,6 +132,9 @@ public class IndexServiceImpl implements IndexService { | |||
getQuestionListDto.setEndTime(getQuestionListDto.getEndTime() + " 23:59:59"); | |||
} | |||
List<QuestionListDto> questionListDtoList = questionMapper.getIndexQuestion(getQuestionListDto); | |||
questionListDtoList.forEach(it ->{ | |||
it.setHandlerImage(CommonConfig.imageURL + it.getHandlerImage()); | |||
}); | |||
return questionListDtoList; | |||
} | |||