合并代码

This commit is contained in:
joshen
2025-11-19 19:09:46 +08:00
parent 228f930a42
commit f530597553

View File

@@ -222,9 +222,8 @@ public class StudyCourseApi extends ApiBaseController{
List<CourseContent> cclist=contentService.getByCourseId(cid);
List<CourseSection> sectionlist=sectionService.getByCourseId(cid);
List<CourseTeacher> teachers=courseService.findTeachersByCourseId(cid);
if(cclist == null || cclist.size() == 0){
log.info("========查询到视频数据=========");
}
log.info("=================******AI SUBTITLE START*****=================");
for (CourseContent cc : cclist) {
log.info("根据视频信息查询AI字幕数据cc = " + cc.toString());
this.getVtt( cid , cc);