mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 03:16:48 +08:00
Merge branch 'zcwy0606-llf' into dev0525
This commit is contained in:
@@ -540,7 +540,9 @@ public class StudyCourseApi extends ApiBaseController{
|
||||
//检查是否已存在
|
||||
try {
|
||||
studyService.updateLastTime(itemId,videoTime,getCurrent().getAccountId());
|
||||
contentService.updateProcessVideo(contentId,courseId,processVideo);
|
||||
if (contentId != null && courseId != null){
|
||||
contentService.updateProcessVideo(contentId, courseId, processVideo);
|
||||
}
|
||||
return success(true);
|
||||
}catch(Exception e) {
|
||||
log.error("记录最后学习时间错误",e);
|
||||
|
||||
Reference in New Issue
Block a user