subProjectLinkPOS=subProjectLinkPOS.stream().collect(Collectors.collectingAndThen(Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing(SubProjectLinkPO::getJlxmbCode))), ArrayList::new));
微信扫一扫
subProjectLinkPOS=subProjectLinkPOS.stream().collect(Collectors.collectingAndThen(Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing(SubProjectLinkPO::getJlxmbCode))), ArrayList::new));
相关推荐