春节活动奖励方法注释

This commit is contained in:
tianfeng 2026-03-18 10:29:39 +08:00
parent 4d9824a44d
commit 4cdcda67c6

View File

@ -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 {