|
@@ -173,7 +173,7 @@ public class AiBytedanceAdvertiserStrategyServiceImpl extends ServiceImpl<AiByte
|
|
if(null!=inventoryType&&!"".equals(inventoryType)){
|
|
if(null!=inventoryType&&!"".equals(inventoryType)){
|
|
String[] inventoryTypeString = inventoryType.split(",");
|
|
String[] inventoryTypeString = inventoryType.split(",");
|
|
if(inventoryTypeString.length>0){
|
|
if(inventoryTypeString.length>0){
|
|
- params.put("inventory_type",inventoryType);
|
|
|
|
|
|
+ params.put("inventory_type",inventoryTypeString);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
Integer smartInventory = strategy.getCreativeSmartInventory();
|
|
Integer smartInventory = strategy.getCreativeSmartInventory();
|