Pu Zhibing
2025-01-04 c8ea2d96f5b0522a09f3203ae98fe796084d2d15
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());
            }
        };