From 074019e5b19deb977a6bac33cf336045f76e43da Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Tue, 29 Aug 2023 18:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _const/rediskey/key_func.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_const/rediskey/key_func.go b/_const/rediskey/key_func.go index 623fe9d..d1fd769 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) } -- 2.22.0