Pu Zhibing
2025-02-07 810d81a44d78bc3e7c42c2f116cc9968ab04baef
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/GoodsClientFallbackFactory.java
@@ -39,7 +39,12 @@
         public R editGoodsList(List<Goods> goods) {
            return R.fail("编辑商品信息失败:" + cause.getMessage());
         }
         @Override
         public R<Void> editGoodsNum(Integer goodsId, Integer num) {
            return R.fail();
         }
         @Override
         public R<List<Goods>> getAllGoods() {
            return R.fail("获取所有商品失败:" + cause.getMessage());