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