Pārlūkot izejas kodu

添加消耗+余额字段判空

songyh 4 gadi atpakaļ
vecāks
revīzija
a601934680

+ 1 - 1
jeecg-boot-bytedance/src/main/java/org/jeecg/modules/bytedance/advertise/service/impl/AiBytedanceAdvertiserStrategyServiceImpl.java

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