|
@@ -1,10 +1,8 @@
|
|
package org.jeecg.modules.ctop.job;
|
|
package org.jeecg.modules.ctop.job;
|
|
|
|
|
|
-import cn.com.ctop.bytedance.service.IBytedancePlanHourlyReportService;
|
|
|
|
import cn.com.ctop.bytedance.service.IReportService;
|
|
import cn.com.ctop.bytedance.service.IReportService;
|
|
import cn.com.ctop.common.module.entity.CtopOauthToken;
|
|
import cn.com.ctop.common.module.entity.CtopOauthToken;
|
|
import cn.com.ctop.common.module.service.ICtopOauthTokenService;
|
|
import cn.com.ctop.common.module.service.ICtopOauthTokenService;
|
|
-import cn.com.ctop.common.module.service.IUserAllocationService;
|
|
|
|
import cn.com.ctop.common.module.utils.CtopAdConstant;
|
|
import cn.com.ctop.common.module.utils.CtopAdConstant;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.jeecg.common.util.DateUtils;
|
|
import org.jeecg.common.util.DateUtils;
|
|
@@ -28,10 +26,6 @@ public class BytedancePlanHourlyReportLoadJob implements Job {
|
|
@Autowired
|
|
@Autowired
|
|
private ICtopOauthTokenService tokenService;
|
|
private ICtopOauthTokenService tokenService;
|
|
@Autowired
|
|
@Autowired
|
|
- private IBytedancePlanHourlyReportService planHourlyReportService;
|
|
|
|
- @Autowired
|
|
|
|
- private IUserAllocationService userAllocationService;
|
|
|
|
- @Autowired
|
|
|
|
private IReportService reportService;
|
|
private IReportService reportService;
|
|
static ExecutorService executorService = null;
|
|
static ExecutorService executorService = null;
|
|
//线程计数器
|
|
//线程计数器
|
|
@@ -70,6 +64,8 @@ public class BytedancePlanHourlyReportLoadJob implements Job {
|
|
} catch (InterruptedException e) {
|
|
} catch (InterruptedException e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
|
|
+ //清洗玫瑰相亲渠道号数据
|
|
|
|
+
|
|
log.info("头条计划时报数据获取完成");
|
|
log.info("头条计划时报数据获取完成");
|
|
executorService.shutdown();
|
|
executorService.shutdown();
|
|
}
|
|
}
|