Selaa lähdekoodia

落地页定时任务

zhaoxian 4 vuotta sitten
vanhempi
commit
a397c7a8a2

+ 2 - 2
module-job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/KuaishouLandpageJob.java

@@ -12,14 +12,14 @@ import java.util.concurrent.ExecutorService;
 import java.util.concurrent.Executors;
 
 @Component
-public class KuaishouLandpageJob {
+public class KuaishouLandpagesJob {
     @Autowired
     private IKuaishouLandpagePackageService landpagePackageService;
     @Autowired
     private IUserAllocationService userAllocationService;
     static ExecutorService executorService = Executors.newFixedThreadPool(3);
 
-    @XxlJob("kuaishouCampaignJob")
+    @XxlJob("kuaishouLandpagesJob")
     public void execute() {
         //获取快手有效的账户
         List<Long> list = userAllocationService.getValidProjectIds(2);