Преглед на файлове

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

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