luodangjia
2024-09-18 a96c5eddcd63fa6f09e4cdce9e28c7b846068f0c
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/CouponFallbackFactory.java
@@ -35,6 +35,11 @@
         public R<List<Integer>> getCouponIdsByName(String name) {
            return R.fail("根据名称查询优惠券ids:" + throwable.getMessage());
         }
         @Override
         public R updateCoupon(TCoupon coupon) {
            throw new RuntimeException("修改优惠券失败");
         }
      };
   }