后台-统计-周统计-detail倒序

This commit is contained in:
2025-08-12 17:40:13 +08:00
parent 50c49e5619
commit 619abef37c
2 changed files with 2 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ public class WeekGuildOperatorStatService {
return stat;
}).toList();
}).sorted(Comparator.comparing(WeekGuildOperatorRegionStat::getGuildDiamondFlow)).toList();
}
}

View File

@@ -121,7 +121,7 @@ public class WeekRechargeAgentPartitionStatService {
return statDto;
}).sorted(Comparator.comparing(WeekRechargeUserPartitionStat::getRemainUsd)).toList();
}).sorted(Comparator.comparing(WeekRechargeUserPartitionStat::getReceiveTotalGuildUsd).reversed()).toList();
WeekRechargeAgentPartitionStat stat = new WeekRechargeAgentPartitionStat();