he2802 %!s(int64=4) %!d(string=hai) anos
pai
achega
d655eb9d7f

+ 1 - 1
zhongzheng-admin/src/main/java/com/zhongzheng/controller/course/CourseModuleChapterController.java

@@ -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);