Pu Zhibing
2025-02-07 810d81a44d78bc3e7c42c2f116cc9968ab04baef
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/StoreFallbackFactory.java
@@ -26,7 +26,7 @@
            @Override
            public R<Shop> getStoreById(Long id) {
            public R<Shop> getStoreById(Integer id) {
                return R.fail("根据门店id查询详情:" + cause.getMessage());
            }
        };