List<CustomUsableCardPackVO> collect = customUsableCardPackVOList.stream().sorted(Comparator.comparing(CustomUsableCardPackVO::getBalanceAmount).reversed()).collect(Collectors.toList());//按大到小排序
List<CustomUsableCardPackVO> collect = customUsableCardPackVOList.stream().sorted(Comparator.comparing(CustomUsableCardPackVO::getBalanceAmount).reversed()).collect(Collectors.toList());//按大到小排序