소스 검색

修改定时任务命名重复问题

syh 4 년 전
부모
커밋
68ce84139c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      module-job-bytedance/src/main/java/cn/com/ctop/job/bytedance/handler/ByteDancePlanRuleDataJob.java

+ 1 - 1
module-job-bytedance/src/main/java/cn/com/ctop/job/bytedance/handler/ByteDancePlanRuleDataJob.java

@@ -23,7 +23,7 @@ public class ByteDancePlanRuleDataJob {
     private IReportService reportService;
     private ExecutorService executorService = Executors.newFixedThreadPool(10);
 
-    @XxlJob("bytedancePlanLoadJob")
+    @XxlJob("bytedancePlanRuleLoadJob")
     public ReturnT<String> execute(String param) throws Exception {
         Date date = new Date();
         if(null!=param&&!"".equals(param.trim())){