Browse Source

自动投放修改——补充创建去除遗漏和打捞

zhaoxian 3 years ago
parent
commit
3b8470469e

+ 10 - 10
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/ai/service/impl/AiKuaishouAccountAutoDoServiceImpl.java

@@ -2559,16 +2559,16 @@ public class AiKuaishouAccountAutoDoServiceImpl implements IAiKuaishouAccountAut
                 log.info("-----每日补充创建 (自定义高质量)账户:{},本次可建组数:{}", strategy.getAccountId(), unitNum);
                 unitNum = this.autoCreateCreative(strategy, 2, unitNum);
             }
-            if (unitNum > 0 && material.contains("3")) {
-                //3历史遗漏
-                log.info("-----每日补充创建 (自定义历史遗漏)账户:{},本次可建组数:{}", strategy.getAccountId(), unitNum);
-                unitNum = this.autoCreateCreative(strategy, 3, unitNum);
-            }
-            if (unitNum > 0 && material.contains("4")) {
-                //4历史打捞素材
-                log.info("-----每日补充创建 (自定义历史打捞)账户:{},本次可建组数:{}", strategy.getAccountId(), unitNum);
-                this.autoCreateCreative(strategy, 4, unitNum);
-            }
+//            if (unitNum > 0 && material.contains("3")) {
+//                //3历史遗漏
+//                log.info("-----每日补充创建 (自定义历史遗漏)账户:{},本次可建组数:{}", strategy.getAccountId(), unitNum);
+//                unitNum = this.autoCreateCreative(strategy, 3, unitNum);
+//            }
+//            if (unitNum > 0 && material.contains("4")) {
+//                //4历史打捞素材
+//                log.info("-----每日补充创建 (自定义历史打捞)账户:{},本次可建组数:{}", strategy.getAccountId(), unitNum);
+//                this.autoCreateCreative(strategy, 4, unitNum);
+//            }
         }
 
         if (strategy.getProgramPlanCnt() != null && strategy.getProgramUnitCnt() != null) {