List<ApproveInfoVO> list=voList.stream().collect(Collectors.collectingAndThen(Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing(ApproveInfoVO::getAppTime))), ArrayList::new));