1.
phpcjl
2024-12-09 4015063181b8b718781fac3cbe97f1d963dae54f
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);
    }
}