摘要:
Map<String, List<AnchorOutNoticeDto>> groupedByManagementIdMap = anchorOutNoticeDtoList.parallelStream() .collect(Collectors.groupingBy(AnchorOutNotic 阅读全文
posted @ 2023-04-04 11:15
Joker-0927
阅读(21)
评论(0)
推荐(0)
摘要:
List<String> managementIds = anchorOutNoticeDtoList.parallelStream() .map(AnchorOutNoticeDto::getManagementId) .distinct() .collect(Collectors.toList( 阅读全文
posted @ 2023-04-04 08:37
Joker-0927
阅读(27)
评论(0)
推荐(0)