|
@@ -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')")
|