浏览代码

notion改为发飞书

wjj 4 天之前
父节点
当前提交
f7927b2995
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      fs-ipad-task/src/main/java/com/fs/app/service/IpadSendServer.java

+ 2 - 1
fs-ipad-task/src/main/java/com/fs/app/service/IpadSendServer.java

@@ -348,7 +348,8 @@ public class IpadSendServer {
             // 新飞书逻辑
             completeFeishuCourseLink(vo, content,qwSopLogs, externalId,qwUser.getId());
         } else if ("19".equals(content.getContentType())){
-            completeNotionCourseLink(vo, content,qwSopLogs, externalId,qwUser);
+            completeFeishuCourseLink(vo, content,qwSopLogs, externalId,qwUser.getId());
+//            completeNotionCourseLink(vo, content,qwSopLogs, externalId,qwUser);
         }
 
         // ---- 如果链接获取失败,则不发送 ----