|
@@ -13,6 +13,6 @@ public interface ComPlayersRepository extends CommonRepository<ComPlayers, Integ
|
|
|
|
|
|
|
|
Optional<ComPlayers> findByUserId(String userId);
|
|
Optional<ComPlayers> findByUserId(String userId);
|
|
|
|
|
|
|
|
- @Query(value = "select user_id from com_players", nativeQuery = true)
|
|
|
|
|
|
|
+ @Query(value = "select user_id from com_users", nativeQuery = true)
|
|
|
List<String> findUserIds();
|
|
List<String> findUserIds();
|
|
|
}
|
|
}
|