@@ -241,6 +241,8 @@ public class LessonCoursewareServiceImpl extends ServiceImpl<LessonCoursewareMap
}
+ //剔除掉视频素材,且没有content的数据
+ materialList.removeIf(materialSmall -> materialSmall.getType() == EMaterialType.SONG && StringUtils.isEmpty(materialSmall.getContent()));