List<ProjectcommitteeRelVo> beanList = paramList.stream()
.collect(Collectors.collectingAndThen(Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing(o -> o.getMeetingTime() + ";" + o.getCompanyName()))), ArrayList::new));
我也忘了 我寫的這個是什么意思了!