修复文章类目删除错误问题
This commit is contained in:
parent
ee3e851304
commit
aa2d35123d
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue