周星榜-定时任务-土耳其
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user