Browse Source

notion改为发飞书

wjj 4 days ago
parent
commit
f7927b2995
1 changed files with 2 additions and 1 deletions
  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);
         }
 
         // ---- 如果链接获取失败,则不发送 ----