@@ -2643,7 +2643,6 @@ public class QwExternalContactServiceImpl extends ServiceImpl<QwExternalContactM
String json = sysConfigService.selectConfigByKey("course.config");
CourseConfig config = JSON.parseObject(json, CourseConfig.class);
-
attachments.forEach(att -> {
// 生成短链的条件判断
if ("link".equals(att.getMsgtype())