用java8 的lambda 表达式
list.sort(Comparator.comparing(Live::getId) .thenComparing(Live::getAppId, Comparator.reverseOrder()));
标签: java8 排序