|
@@ -1892,7 +1892,8 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
|
|
|
vo.setUserId(k);
|
|
|
vo.setRecordCount(v.size());
|
|
|
User user = iUserService.getById(k);
|
|
|
- vo.setUserName(user.getNickname());
|
|
|
+ vo.setUserName(user.getRealname());
|
|
|
+ voList.add(vo);
|
|
|
});
|
|
|
return voList.stream().sorted(Comparator.comparing(TodayExamTobVo::getRecordCount).reversed()).collect(Collectors.toList());
|
|
|
}
|