|
@@ -371,7 +371,7 @@ public class AiBytedanceAdvertiserStrategyServiceImpl extends ServiceImpl<AiByte
|
|
|
}
|
|
|
//允许客户端下载视频功能
|
|
|
Integer adDownloadStatus = strategy.getCreativeDownloadStatus();
|
|
|
- if(!Check.isNull(adDownloadStatus)&&adDownloadStatus!=0){
|
|
|
+ if(!Check.isNull(adDownloadStatus)){
|
|
|
ad_data.put("ad_download_status",adDownloadStatus);
|
|
|
}
|
|
|
//创意展现方式
|