Merge branch '20251031-1279-fix-gj' into test1031

This commit is contained in:
Caojr
2025-11-03 10:59:29 +08:00

View File

@@ -278,7 +278,7 @@ public class CourseFileApi extends ApiBaseController {
}
}
} catch (Exception e) {
log.error("读取视频时长错误");
log.error("读取视频时长错误", e);
// e.printStackTrace();
}
}