|
@@ -69,7 +69,7 @@ public class FsUserCourseVideoController extends BaseController
|
|
|
@GetMapping(value = "/{videoId}")
|
|
|
public AjaxResult getInfo(@PathVariable("videoId") Long videoId)
|
|
|
{
|
|
|
- return AjaxResult.success(fsUserCourseVideoService.selectFsUserCourseVideoByVideoIdVO(videoId));
|
|
|
+ return AjaxResult.success(fsUserCourseVideoService.selectFsUserCourseVideoByVideoIdVO(videoId,null));
|
|
|
}
|
|
|
|
|
|
/**
|