mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-07 09:56:47 +08:00
修改bug
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user