|
@@ -39,7 +39,7 @@ public class KuaishouDailyCreativeReportLoadJob implements Job {
|
|
|
kuaishouInterfaceService.deleteHourlyReport(deleteDate);
|
|
|
Date getDate = DateUtils.addDay(new Date(), -1);
|
|
|
//1:查询当日数据
|
|
|
- executorService = Executors.newFixedThreadPool(3);
|
|
|
+ executorService = Executors.newFixedThreadPool(4);
|
|
|
List<CtopOauthToken> tokens = tokenService.getTokenListByType(CtopAdConstant.PLATFORM_TYPE_KUAISHOU);
|
|
|
if (null == tokens || tokens.size() <= 0) {
|
|
|
log.info("定时获取头条数据异常:为获取到可用的token");
|