From 4b1f67afb07b6f92d31944f2087ef5a69404f284 Mon Sep 17 00:00:00 2001 From: chenye <chenye0811@qq.com> Date: 星期五, 07 七月 2023 14:54:47 +0800 Subject: [PATCH] 首页&合作商查询 by cheny --- ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteMemberFallbackFactory.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/RemoteMemberFallbackFactory.java b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteMemberFallbackFactory.java index 592921f..a2e95be 100644 --- a/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteMemberFallbackFactory.java +++ b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteMemberFallbackFactory.java @@ -112,6 +112,16 @@ return R.fail("更新会员统计失败:" + throwable.getMessage()); } + @Override + public R<List<MerOrderAgeUserVo>> listOrderAgeUser(MerTotalDto merTotalDto) { + return R.fail("获取年龄段userId失败:" + throwable.getMessage()); + } + + @Override + public R<Integer> getUnReplaySuggestVo() { + return null; + } + }; } -- Gitblit v1.7.1