Fix table name casing in VotingPluginUsersMapper query
This commit is contained in:
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user