From 4cdcda67c6cbba312e8c796fffb85cdda3a85e71 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 18 Mar 2026 10:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=A5=E8=8A=82=E6=B4=BB=E5=8A=A8=E5=A5=96?= =?UTF-8?q?=E5=8A=B1=E6=96=B9=E6=B3=95=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activity/SpringFestivalRechargeRewardTask.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {