he2802 4 år sedan
förälder
incheckning
aca04061eb

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

@@ -46,14 +46,14 @@ public class CourseModuleChapterController extends BaseController {
     /**
      * 查询模块与章关系列表
      */
-    @ApiOperation("查询模块与章关系列表")
+   /* @ApiOperation("查询模块与章关系列表")
     @PreAuthorize("@ss.hasPermi('system:chapter:list')")
     @GetMapping("/list")
     public TableDataInfo<CourseModuleChapterVo> list(CourseModuleChapterQueryBo bo) {
         startPage();
         List<CourseModuleChapterVo> list = iCourseModuleChapterService.queryList(bo);
         return getDataTable(list);
-    }
+    }*/
 
     @ApiOperation("查询模块与章关系列表")
     @PreAuthorize("@ss.hasPermi('system:chapter:list')")