mirror of https://github.com/hykilpikonna/AquaDX
[DIVA] Fix exex ranking not being return.
parent
305ccdf787
commit
7926959770
|
@ -59,7 +59,7 @@ public class PsRankingHandler extends BaseHandler {
|
|||
for (int i :
|
||||
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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue