红点:军团活动推送

This commit is contained in:
luying
2021-06-16 14:50:07 +08:00
parent d794deffad
commit bc2b89042f
5 changed files with 45 additions and 5 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ export async function readDataBase() {
}
async function setServerList() {
const serverList = await GameModel.getAllServerList();
const serverList = await ServerlistModel.getAllServerList();
await redisClient().delAsync(REDIS_KEY.DB_GAME);
for(let { id, serverType, name } of serverList) {