From d1633107e0a2b9236c927935a1ef14e7cf947891 Mon Sep 17 00:00:00 2001 From: luying Date: Thu, 28 Apr 2022 21:01:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9B=E5=9B=A2=E6=B4=BB=E5=8A=A8=EF=BC=9Are?= =?UTF-8?q?dis=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/domain/rank.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/domain/rank.ts b/shared/domain/rank.ts index 4a95ce2af..80ddb13c6 100644 --- a/shared/domain/rank.ts +++ b/shared/domain/rank.ts @@ -328,7 +328,7 @@ export class KeyName { case REDIS_KEY.CITY_ACTIVITY: return `${this.key}:${this.serverId}:${this.cityId}`; case REDIS_KEY.USER_CITY_ACTIVITY: - REDIS_KEY.USER_GATE_ACTIVITY + case REDIS_KEY.USER_GATE_ACTIVITY: return `${this.key}:${this.serverId}:${this.guildCode}`; case REDIS_KEY.GUILD_FUND: case REDIS_KEY.SUM_CE_SNAPSHOT: