diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/GameRankingInitTask.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/GameRankingInitTask.java index a7c23088..4b781fe3 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/GameRankingInitTask.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/GameRankingInitTask.java @@ -1,5 +1,6 @@ package com.red.circle.other.app.scheduler; +import com.red.circle.common.business.core.enums.SysOriginPlatformEnum; import com.red.circle.component.redis.annotation.TaskCacheLock; import com.red.circle.other.domain.game.GameRankingIncrementCmd; import com.red.circle.other.domain.game.GameRankingPeriodType; @@ -36,6 +37,7 @@ public class GameRankingInitTask { log.warn("========== 游戏排行榜初始化任务开始 =========="); try { List configs = gameListConfigService.query() + .eq(GameListConfig::getSysOrigin, SysOriginPlatformEnum.ATYOU.name()) .eq(GameListConfig::getShowcase, Boolean.TRUE) .list(); if (configs.isEmpty()) {