ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsController.java @@ -87,6 +87,7 @@ Goods goods = goodsService.getById(id); return R.ok(goods); } }