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