This commit is contained in:
parent
38320d8acb
commit
9785256c80
|
@ -124,8 +124,8 @@ public class SysCatalogTextbookController extends BaseController {
|
||||||
* @param bo 拖动类
|
* @param bo 拖动类
|
||||||
*/
|
*/
|
||||||
@SaCheckPermission("catalog:textbook:edit")
|
@SaCheckPermission("catalog:textbook:edit")
|
||||||
@Log(title = "目录-同步教材", businessType = BusinessType.DELETE)
|
@Log(title = "拖动目录-同步教材", businessType = BusinessType.UPDATE)
|
||||||
@DeleteMapping("/{catalogId}")
|
@PostMapping("/drag")
|
||||||
public R<Void> drag(@Validated @RequestBody CatalogDragBo bo) {
|
public R<Void> drag(@Validated @RequestBody CatalogDragBo bo) {
|
||||||
return toAjax(textbookService.dragCatalog(bo));
|
return toAjax(textbookService.dragCatalog(bo));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue