ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/management/MgtGoodsBrandController.java
@@ -75,7 +75,7 @@ public R<Void> deleteGoodsBrand( @ApiParam(name = "id", value = "品牌id", required = true) @PathVariable("id") Long id) { // 通过ID删除商品品牌 goodsBrandService.removeById(id); goodsBrandService.delete(id); return R.ok(); }