@@ -379,7 +379,7 @@ public class AiBytedanceAdvertiserStrategyServiceImpl extends ServiceImpl<AiByte
JSONArray titleArray = new JSONArray();
//文案数量 默认10
- int copyNum = strategy.getCopywritingNumber() == 0 ? 10 : strategy.getCopywritingNumber();
+ int copyNum = (Check.isNull(strategy.getCopywritingNumber()) || strategy.getCopywritingNumber() == 0) ? 10 : strategy.getCopywritingNumber();
//根据账户 和 文案数量 查询 指定文案
List<BytedanceVideoSlogenInfo> slogenInfos = slogenInfoService.listByParams(videoInfo.getSignature(),1,copyNum);
//使用指定文案