|
@@ -30,7 +30,7 @@ public class BytedanceAdvertiserDailyReportLoadJob {
|
|
|
static ExecutorService executorService = Executors.newFixedThreadPool(5);;
|
|
|
|
|
|
@XxlJob("bytedanceAdvertiserDailyReport")
|
|
|
- public void execute(String params) throws Exception {
|
|
|
+ public void execute() throws Exception {
|
|
|
XxlJobHelper.log("头条广告主日报获取任务执行开始");
|
|
|
Date getDate = DateUtils.addDay(new Date(), -1);
|
|
|
//1:查询当日数据
|