|
@@ -33,6 +33,7 @@ public class BytedanceAdvertiserDailyReportLoadJob {
|
|
|
|
|
|
@XxlJob("bytedanceAdvertiserDailyReport")
|
|
@XxlJob("bytedanceAdvertiserDailyReport")
|
|
public ReturnT<String> execute(String params) throws Exception {
|
|
public ReturnT<String> execute(String params) throws Exception {
|
|
|
|
+ log.info("头条广告主日报获取任务执行开始");
|
|
Date getDate = DateUtils.addDay(new Date(), -1);
|
|
Date getDate = DateUtils.addDay(new Date(), -1);
|
|
//1:查询当日数据
|
|
//1:查询当日数据
|
|
List<CtopOauthToken> tokens = tokenService.getTokenListByType(CtopAdConstant.PLATFORM_TYPE_BYTEDANCE);
|
|
List<CtopOauthToken> tokens = tokenService.getTokenListByType(CtopAdConstant.PLATFORM_TYPE_BYTEDANCE);
|