From afa0dbb4f54e7244835dd67ec33c3e545f122f71 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期五, 17 一月 2025 16:40:43 +0800 Subject: [PATCH] bug修改 --- ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteGoodsFallbackFactory.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteGoodsFallbackFactory.java b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteGoodsFallbackFactory.java index 6bfcfa7..a5e8c61 100644 --- a/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteGoodsFallbackFactory.java +++ b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteGoodsFallbackFactory.java @@ -75,6 +75,16 @@ public R changeGoodsTotal(List<GoodsTotalChangeDto> goodsTotalChangeDtoList) { return R.fail("改变商品统计失败:" + throwable.getMessage()); } + + @Override + public R<List<String>> listGoodsNameByGoodsClass(Long classId) { + return R.fail("获取分类商品列表失败:" + throwable.getMessage()); + } + + @Override + public R<?> push(Long appointmentId) { + return R.fail("推送小程序订阅消息失败:" + throwable.getMessage()); + } }; } } -- Gitblit v1.7.1