|
@@ -72,7 +72,7 @@ public class CommonCourseController extends BaseController {
|
|
|
/**
|
|
|
* 查询章与节关系列表
|
|
|
*/
|
|
|
- @ApiOperation("查询章与节关系列表+章卷同级展示")
|
|
|
+ @ApiOperation("查询章与节关系列表+章卷同级展示(不带用户信息)")
|
|
|
@GetMapping("/sectionList/{id}")
|
|
|
public AjaxResult<List<CourseChapterSectionVo>> sectionList(@PathVariable("id" ) Long id) {
|
|
|
List<CourseChapterSectionVo> list = iCourseChapterSectionService.getListById(id);
|