Pārlūkot izejas kodu

修改job类名,修改@XxlJob注解中定义的名称

huangxuechao 4 gadi atpakaļ
vecāks
revīzija
138bd54d9a

+ 2 - 2
module-job-bytedance/src/main/java/cn/com/ctop/job/bytedance/handler/BytedanceClipInfoReloadJob.java

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