From 8984fa09acab05a52c06668cd2d06262c775cc2f Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期五, 28 二月 2025 14:40:35 +0800
Subject: [PATCH] 新增加门店课程配置

---
 ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/factory/RemoteMemberFallbackFactory.java |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 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 c603c9f..94369ad 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
@@ -80,7 +80,7 @@
             }
 
             @Override
-            public R<List<MgtSimpleMemberVo>> listSimpleVoByIds(MgtBaseBathDto mgtBaseBathDto) {
+            public R<List<MgtSimpleMemberVo>> listSimpleVoByIds(String userIds) {
                 return R.fail("获取用户列表失败:" + throwable.getMessage());
             }
 
@@ -89,10 +89,6 @@
                 return R.fail("获取用户列表失败:" + throwable.getMessage());
             }
 
-            @Override
-            public R<MgtBulletinBoardVo> boardMemberTotal() {
-                return null;
-            }
 
             @Override
             public R<List<Long>> listUserIdByAge(MgtActivityAgeDto mgtActivityAgeDto) {
@@ -154,7 +150,15 @@
                 return R.fail("核销奖品失败:" + throwable.getMessage());
             }
 
+            @Override
+            public R<List<Long>> listUserIdByAgeType(Integer ageType) {
+                return R.fail("获取用户id列表失败:" + throwable.getMessage());
+            }
 
+            @Override
+            public R<MgtBulletinBoardVo> boardMemberTotal(BoardMemberTotalDto boardMemberTotalDto) {
+                return R.fail(throwable.getMessage());
+            }
         };
     }
 }

--
Gitblit v1.7.1