|
@@ -91,13 +91,13 @@ public class CourseChapterSectionController extends BaseController {
|
|
|
/**
|
|
|
* 修改章与节关系
|
|
|
*/
|
|
|
- /* @ApiOperation("修改章与节关系")
|
|
|
+ @ApiOperation("修改章与节关系")
|
|
|
@PreAuthorize("@ss.hasPermi('system:section:edit')")
|
|
|
@Log(title = "章与节关系", businessType = BusinessType.UPDATE)
|
|
|
@PostMapping()
|
|
|
public AjaxResult<Void> edit(@RequestBody CourseChapterSectionEditBo bo) {
|
|
|
return toAjax(iCourseChapterSectionService.updateByEditBo(bo) ? 1 : 0);
|
|
|
- }*/
|
|
|
+ }
|
|
|
|
|
|
/**
|
|
|
* 删除章与节关系
|