公会-运营负责人-myApi
This commit is contained in:
@@ -19,14 +19,14 @@ public class GuildOperatorWeekStatTask extends BaseTask {
|
||||
|
||||
@Scheduled(cron = "5 0 0 ? * MON")
|
||||
public void statWeekEn() {
|
||||
List<PartitionEnum> partitionEnumList = List.of(PartitionEnum.ENGLISH2);
|
||||
weekGuildOperatorStatService.stat(partitionEnumList);
|
||||
List<Integer> partitionIdList = List.of(PartitionEnum.ENGLISH2.getId());
|
||||
weekGuildOperatorStatService.stat(partitionIdList);
|
||||
}
|
||||
|
||||
@Scheduled(cron = "5 0 0 ? * MON", zone = "Asia/Riyadh")
|
||||
public void statWeekAr() {
|
||||
List<PartitionEnum> partitionEnumList = List.of(PartitionEnum.ARAB, PartitionEnum.TURKEY);
|
||||
weekGuildOperatorStatService.stat(partitionEnumList);
|
||||
List<Integer> partitionIdList = List.of(PartitionEnum.ARAB.getId(), PartitionEnum.TURKEY.getId());
|
||||
weekGuildOperatorStatService.stat(partitionIdList);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user