mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 12:17:26 +08:00
[DIVA] Fix exex ranking not being return.
This commit is contained in:
@@ -59,7 +59,7 @@ public class PsRankingHandler extends BaseHandler {
|
|||||||
for (int i :
|
for (int i :
|
||||||
list) {
|
list) {
|
||||||
|
|
||||||
List<PlayerPvRecord> records = playerPvRecordRepository.findTop3ByPvIdAndEditionAndDifficultyOrderByMaxScoreDesc(i, Edition.ORIGINAL, difficulty);
|
List<PlayerPvRecord> records = playerPvRecordRepository.findTop3ByPvIdAndEditionAndDifficultyOrderByMaxScoreDesc(i, edition, difficulty);
|
||||||
resultCollections.put(i, new PsRankingCollection(i, edition, records));
|
resultCollections.put(i, new PsRankingCollection(i, edition, records));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user