mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 02:46:50 +08:00
日志
This commit is contained in:
@@ -729,7 +729,7 @@ public class StudyCourseApi extends ApiBaseController{
|
|||||||
if(StringUtils.isBlank(studyTime.getContentId())){
|
if(StringUtils.isBlank(studyTime.getContentId())){
|
||||||
return error("未指定资源内容");
|
return error("未指定资源内容");
|
||||||
}
|
}
|
||||||
studyService.updateStudyDuration(studyTime.getStudyId(),null,studyTime.getContentId(),studyTime.getVideoTime(),studyTime.getCourseId());
|
studyService.updateStudyDuration(studyTime.getStudyId(),studyTime.getItemId(),studyTime.getContentId(),studyTime.getVideoTime(),studyTime.getCourseId());
|
||||||
if (studyTime.getContentId() != null && studyTime.getCourseId() != null && studyTime.getProgressVideo() != null){
|
if (studyTime.getContentId() != null && studyTime.getCourseId() != null && studyTime.getProgressVideo() != null){
|
||||||
contentService.updateProcessVideo(studyTime.getContentId(), studyTime.getCourseId(), studyTime.getProgressVideo());
|
contentService.updateProcessVideo(studyTime.getContentId(), studyTime.getCourseId(), studyTime.getProgressVideo());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user