|
@@ -57,7 +57,7 @@ public class CourseModuleChapterController extends BaseController {
|
|
|
|
|
|
@ApiOperation("查询模块与章关系列表")
|
|
|
@PreAuthorize("@ss.hasPermi('system:chapter:list')")
|
|
|
- @GetMapping("/allList{id}")
|
|
|
+ @GetMapping("/allList/{id}")
|
|
|
public AjaxResult<List<CourseModuleChapterVo>> all_list(@PathVariable("id" ) Long id) {
|
|
|
List<CourseModuleChapterVo> list = iCourseModuleChapterService.getListById(id);
|
|
|
return AjaxResult.success(list);
|