diff --git a/_const/rediskey/key_func.go b/_const/rediskey/key_func.go index 623fe9d6d9e745af879abe3f19b56c71614263d2..d1fd769c7f8347261e0726a1bcba833455a77761 100644 --- a/_const/rediskey/key_func.go +++ b/_const/rediskey/key_func.go @@ -148,6 +148,6 @@ func GetGroupCountrySortList(country string) string { return fmt.Sprintf(GroupCountrySortList, country) } -func GetActTemplateRanking(actId uint64, rankType, teamId int) string { +func GetActTemplateRanking(actId, teamId uint64, rankType int) string { return fmt.Sprintf(ActTemplateRanking, actId, rankType, teamId) }