增加异常日志

This commit is contained in:
Caojr
2025-11-03 10:57:42 +08:00
parent 20e3b001d5
commit 309599f43f

View File

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