Fix table name casing in VotingPluginUsersMapper query
This commit is contained in:
parent
8bfcdb6ccc
commit
bc0739f707
|
|
@ -21,7 +21,7 @@ public interface VotingPluginUsersMapper {
|
||||||
WeeklyTotal as totalVotesThisWeek,
|
WeeklyTotal as totalVotesThisWeek,
|
||||||
MonthTotal as totalVotesThisMonth,
|
MonthTotal as totalVotesThisMonth,
|
||||||
AllTimeTotal as totalVotesAllTime
|
AllTimeTotal as totalVotesAllTime
|
||||||
FROM votingplugin.votingplugin_users
|
FROM votingplugin.VotingPlugin_Users
|
||||||
WHERE uuid = #{uuid}
|
WHERE uuid = #{uuid}
|
||||||
""")
|
""")
|
||||||
Optional<VotingStatsRow> getStatsByUuid(@Param("uuid") UUID uuid);
|
Optional<VotingStatsRow> getStatsByUuid(@Param("uuid") UUID uuid);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user