数据
This commit is contained in:
@@ -114,7 +114,7 @@ public class RankAppController {
|
||||
Map<Long, User> userMap = userList.stream().collect(Collectors.toMap(User::getId, Function.identity()));
|
||||
Map<Long, AnchorStatusDTO> anchorStatusMap = new HashMap<>();
|
||||
if(CollectionUtils.isNotEmpty(userIds)){
|
||||
List<AnchorStatusDTO> anchorStatusList = anchorMapper.anchorStatus(userList);
|
||||
List<AnchorStatusDTO> anchorStatusList = anchorMapper.anchorStatus(userIds);
|
||||
anchorStatusMap = anchorStatusList.stream().collect(Collectors.toMap(AnchorStatusDTO::getUserId, Function.identity()));
|
||||
}
|
||||
long lastLove = 0;
|
||||
|
||||
Reference in New Issue
Block a user