0
点赞
收藏
分享

微信扫一扫

根据属性去重

往复随安_5bb5 2022-02-28 阅读 157


subProjectLinkPOS=subProjectLinkPOS.stream().collect(Collectors.collectingAndThen(Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing(SubProjectLinkPO::getJlxmbCode))), ArrayList::new));





举报

相关推荐

0 条评论