|
@@ -14,12 +14,12 @@ import java.util.concurrent.Executors;
|
|
* 头条视频报表etl剪辑员信息二次再刷新
|
|
* 头条视频报表etl剪辑员信息二次再刷新
|
|
* @author 黄学超
|
|
* @author 黄学超
|
|
*/
|
|
*/
|
|
-public class BytedanceClipInfoReloadJob {
|
|
|
|
|
|
+public class BytedanceVideoETLReportReloadJob {
|
|
static ExecutorService executorService = Executors.newFixedThreadPool(5);
|
|
static ExecutorService executorService = Executors.newFixedThreadPool(5);
|
|
@Autowired
|
|
@Autowired
|
|
private IEtlBytedanceVideoInfoService iEtlBytedanceVideoInfoService;
|
|
private IEtlBytedanceVideoInfoService iEtlBytedanceVideoInfoService;
|
|
|
|
|
|
- @XxlJob("bytedanceAdvertisingData")
|
|
|
|
|
|
+ @XxlJob("bytedanceETLReportData")
|
|
public void execute() throws Exception {
|
|
public void execute() throws Exception {
|
|
//查询素材归属表所有的信息md5,clip_id,clip_name,shot_id,shot_name,plan_id,plan_name
|
|
//查询素材归属表所有的信息md5,clip_id,clip_name,shot_id,shot_name,plan_id,plan_name
|
|
List<ETLReportBytedanceVideo> etlReportBytedanceVideoList = iEtlBytedanceVideoInfoService.selectAllETLReportBytedanceVideo();
|
|
List<ETLReportBytedanceVideo> etlReportBytedanceVideoList = iEtlBytedanceVideoInfoService.selectAllETLReportBytedanceVideo();
|