ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/OrderFallbackFactory.java
@@ -30,6 +30,11 @@ public R<Integer> getSeckillMembers(Long id) { return R.fail("获取秒杀商品已购会员数失败:" + cause.getMessage()); } @Override public R<Integer> getGroupPurchasesGoodsNum(Long id) { return R.fail("获取团购商品已购数量失败:" + cause.getMessage()); } }; }