周星榜-结算-英语区

This commit is contained in:
khalil
2024-09-24 11:48:10 +08:00
parent 1e2e16404d
commit 4a551963cd
3 changed files with 18 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ public class WeekStarAwardTask extends BaseTask {
@Scheduled(cron = "0 1 0 ? * MON")
public void sendWeekStarAward(){
log.info("send WeekStar Award begin");
List<Integer> partitionIdList = List.of(PartitionEnum.CHINESS.getId());
List<Integer> partitionIdList = List.of(PartitionEnum.CHINESS.getId(), PartitionEnum.ENGLISH.getId());
weekStarService.sendWeekStarAward(partitionIdList);
log.info("send WeekStar Award end");
}