Bläddra i källkod

自动投放素材清洗添加日志

zhaoxian 3 år sedan
förälder
incheckning
709aea1def

+ 1 - 0
module-job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/KuaishouAccountAutoCreativeJob.java

@@ -27,6 +27,7 @@ public class KuaishouAccountAutoCreativeJob {
      */
      */
     @XxlJob("kuaishouAccountAutoVideos")
     @XxlJob("kuaishouAccountAutoVideos")
     public void kuaishouAccountAutoVideos() {
     public void kuaishouAccountAutoVideos() {
+        log.info("自动投放账户_开始清洗素材");
         List<Long> accountIds = strategyService.getKuaishouAccountAutoStrategy();
         List<Long> accountIds = strategyService.getKuaishouAccountAutoStrategy();
         if (null == accountIds || accountIds.isEmpty()) {
         if (null == accountIds || accountIds.isEmpty()) {
             return;
             return;