ソースを参照

Merge branch 'wyp/0507-atAll' of Server/long-article-recommend into master

wangyunpeng 1 ヶ月 前
コミット
da464f06c2

+ 1 - 1
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/XxlJobService.java

@@ -161,7 +161,7 @@ public class XxlJobService {
             }
         }
 
-        FeishuTableDTO tableDTO = FeishuTableDTO.createTable("发布计划超1H未发送完成", columns, rows, true);
+        FeishuTableDTO tableDTO = FeishuTableDTO.createTable("发布计划超1H未发送完成", columns, rows, false);
         JSONObject content = JSONObject.parseObject(JSONObject.toJSONString(tableDTO));
         JSONObject bodyParam = new JSONObject();
         bodyParam.put("msg_type", "interactive");