Map<String, GroupInfo> groupInfoMap = this.groupService.lambdaQuery().in(CollectionUtils.isNotEmpty(lstGroupId), GroupInfo::getGroupId, lstGroupId)
.list()
.stream().collect(Collectors.toMap(GroupInfo::getGroupId, info -> info));
网友评论