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