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