mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 04:17:27 +08:00
[F] Should be card id, not game user id
This commit is contained in:
@@ -45,7 +45,7 @@ abstract class GameApiController<T : IUserData>(val name: String, userDataClass:
|
|||||||
rankingCache = time to us.em.createNativeQuery(
|
rankingCache = time to us.em.createNativeQuery(
|
||||||
"""
|
"""
|
||||||
SELECT
|
SELECT
|
||||||
u.id,
|
c.id,
|
||||||
u.user_name,
|
u.user_name,
|
||||||
u.player_rating,
|
u.player_rating,
|
||||||
u.last_play_date,
|
u.last_play_date,
|
||||||
|
|||||||
Reference in New Issue
Block a user