mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-01 22:50:44 +08:00
修复文章类目删除错误问题
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user