Comparator<PromotionRule> comparator = Comparator.comparing(PromotionRule::getCreatedTime); promotionRuleList.sort(comparator.reversed());