mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-07 23:57:20 +08:00
修复文章类目删除错误问题
This commit is contained in:
@@ -103,7 +103,7 @@ public class CategoryController {
|
||||
* @return Object
|
||||
*/
|
||||
@Log(title = "文章分类删除")
|
||||
@PostMapping("/cateDel")
|
||||
@PostMapping("/del")
|
||||
public Object del(@Validated(value = CategoryParam.delete.class)
|
||||
@RequestBody CategoryParam categoryParam) {
|
||||
iArticleCategoryService.del(categoryParam.getId());
|
||||
|
||||
Reference in New Issue
Block a user