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