diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/activity/SpringFestivalRechargeRewardTask.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/activity/SpringFestivalRechargeRewardTask.java index 3a6fe258..e5661be7 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/activity/SpringFestivalRechargeRewardTask.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/activity/SpringFestivalRechargeRewardTask.java @@ -22,7 +22,7 @@ import java.util.List; * @author tf */ @Slf4j -@Component +//@Component @RequiredArgsConstructor public class SpringFestivalRechargeRewardTask { @@ -41,8 +41,8 @@ public class SpringFestivalRechargeRewardTask { /** * Asia/Riyadh 周六 0点执行,只执行一次. */ - @Scheduled(cron = "0 0 0 ? * SAT", zone = "Asia/Riyadh") - @TaskCacheLock(key = "SPRING_FESTIVAL_RECHARGE_REWARD_TASK", expireSecond = 86400) +// @Scheduled(cron = "0 0 0 ? * SAT", zone = "Asia/Riyadh") +// @TaskCacheLock(key = "SPRING_FESTIVAL_RECHARGE_REWARD_TASK", expireSecond = 86400) public void sendRechargeReward() { log.warn("[SpringFestival] 充值活动奖励发放 start"); try {