后台-统计-周统计-detail倒序
This commit is contained in:
@@ -288,7 +288,7 @@ public class WeekGuildOperatorStatService {
|
||||
|
||||
return stat;
|
||||
|
||||
}).toList();
|
||||
}).sorted(Comparator.comparing(WeekGuildOperatorRegionStat::getGuildDiamondFlow)).toList();
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user