Pu Zhibing
2025-02-08 5c620de6f56977c1e0f3ad461b88c0188d2eeeab
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/ShopClientFallbackFactory.java
@@ -58,7 +58,7 @@
            }
            @Override
            public R<Map<String, BigDecimal>> getShopStatistics() {
            public R<Map<String, BigDecimal>> getShopStatistics(Integer shopId) {
                return R.fail();
            }
        };