修改bug

This commit is contained in:
zhaolongfei
2024-06-19 16:43:08 +08:00
parent c6a785bb4f
commit e2c697f860

View File

@@ -537,11 +537,7 @@ public class StudyCourseApi extends ApiBaseController{
if(videoTime==null){
return error("无时间点");
}
if (progressVideo == null){
return error("无暂存时间点");
}
//检查是否已存在
try {
studyService.updateLastTime(itemId,videoTime, getCurrent().getAccountId());
if (contentId != null && courseId != null){