周星榜-定时任务-土耳其

This commit is contained in:
khalil
2024-12-16 17:19:18 +08:00
parent 28adf4f637
commit 3dee5cca61

View File

@@ -36,7 +36,7 @@ public class WeekStarAwardTask extends BaseTask {
@Scheduled(cron = "0 1 0 ? * MON", zone = "Asia/Riyadh")
public void sendWeekStarAwardArab(){
log.info("send WeekStar Award begin");
List<Integer> partitionIdList = List.of(PartitionEnum.ARAB.getId());
List<Integer> partitionIdList = List.of(PartitionEnum.ARAB.getId(), PartitionEnum.TURKEY.getId());
weekStarService.sendWeekStarAward(partitionIdList);
log.info("send WeekStar Award end");
}