修复文章类目删除错误问题

This commit is contained in:
TinyAnts 2022-09-16 09:51:55 +08:00
parent ee3e851304
commit aa2d35123d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class CategoryController {
* @return Object * @return Object
*/ */
@Log(title = "文章分类删除") @Log(title = "文章分类删除")
@PostMapping("/cateDel") @PostMapping("/del")
public Object del(@Validated(value = CategoryParam.delete.class) public Object del(@Validated(value = CategoryParam.delete.class)
@RequestBody CategoryParam categoryParam) { @RequestBody CategoryParam categoryParam) {
iArticleCategoryService.del(categoryParam.getId()); iArticleCategoryService.del(categoryParam.getId());