|
@@ -25,7 +25,7 @@ public class AccountReportlJob {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private IKuaishouAccountReportHourlyService kuaishouAccountReportHourlyService;
|
|
private IKuaishouAccountReportHourlyService kuaishouAccountReportHourlyService;
|
|
|
private static ExecutorService dailyExecutorService = Executors.newFixedThreadPool(3);
|
|
private static ExecutorService dailyExecutorService = Executors.newFixedThreadPool(3);
|
|
|
- private static ExecutorService hourExecutorService = Executors.newFixedThreadPool(3);
|
|
|
|
|
|
|
+ private static ExecutorService hourExecutorService = Executors.newFixedThreadPool(5);
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 获取前天~昨天账户日报
|
|
* 获取前天~昨天账户日报
|