he2802 3 жил өмнө
parent
commit
b193c5814e

+ 1 - 1
zhongzheng-api/src/main/java/com/zhongzheng/controller/cmmon/CommonCourseController.java

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