Просмотр исходного кода

chore: auto bump version and changelog [skip ci]

iwt 1 неделя назад
Родитель
Сommit
c08c575fa9

+ 2 - 2
cfc-backend/src/main/java/com/etotem/cfc/service/ContactHelpLogService.java

@@ -132,8 +132,8 @@ public class ContactHelpLogService {
 
         // 金额榜
         List<ContactAgg> byAmount = new ArrayList<>(aggList);
-        byAmount.sort(Comparator.comparing(a -> a.totalAmount, Comparator.reverseOrder())
-                .thenComparingInt(a -> a.helpCount).reversed());
+        byAmount.sort(Comparator.comparing((ContactAgg a) -> a.totalAmount, Comparator.reverseOrder())
+                .thenComparingInt((ContactAgg a) -> a.helpCount).reversed());
         List<ContactAgg> top8ByAmount = byAmount.stream().limit(8).collect(Collectors.toList());
 
         // 合并去重,保持次数榜优先顺序

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-2016d441f77050f1b49327367210d2d2808c1106
+2edde258138de8633e4b06da9b75061d9a174db8