浏览代码

计划创建-修改是否关闭评论

yangzian 4 年之前
父节点
当前提交
d9f7e4c886

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

@@ -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)){