zhaoxian 3 лет назад
Родитель
Сommit
6c44483934

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

@@ -39,8 +39,8 @@ public class KuaishouAccountAutoVideoJob {
     @Autowired
     private IAiKuaishouAdvertiserStrategyService strategyService;
 
-    @XxlJob("kuaishouAccountAutoVideo")
-    public void kuaishouCustomCreativeAuto() {
+    @XxlJob("kuaishouAccountAutoVideos")
+    public void kuaishouAccountAutoVideos() {
         List<Long> accountIds = strategyService.getKuaishouAccountAutoStrategy();
         if (null == accountIds || accountIds.isEmpty()) {
             return;