|
@@ -352,7 +352,7 @@ public class AiBytedanceAdvertiserStrategyServiceImpl extends ServiceImpl<AiByte
|
|
|
|
|
|
Integer isCommentDisable = strategy.getCreativeIsCommentDisable();
|
|
|
if(!Check.isNull(isCommentDisable)&&isCommentDisable!=0){
|
|
|
- params.put("is_comment_disable",appName);
|
|
|
+ params.put("is_comment_disable",isCommentDisable);
|
|
|
}
|
|
|
String creativeDisplayMode = strategy.getCreativeDisplayMode();
|
|
|
if(!Check.isNull(creativeDisplayMode)){
|