无关风月
2025-01-14 6ccd0f9e28c083e5f62d7d5074a85584a77af6bb
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/factory/AppUserClientFallbackFactory.java
@@ -95,6 +95,11 @@
         }
         @Override
         public R<List<AppUser>> setLowerUserShop(Long userId, Integer shopId) {
            return R.fail();
         }
         @Override
         public List<AppUser> listByIds(List<Long> list) {
            log.error("获取用户失败: "+cause.getMessage());
            return Collections.emptyList();