Przeglądaj źródła

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

syh 4 lat temu
rodzic
commit
68ce84139c

+ 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())){