puzhibing
2024-12-04 5fee7383dbf17f62f0ec3b26a538fbef9b70eede
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/impl/ShopServiceImpl.java
@@ -29,7 +29,7 @@
    @Override
    public List<NearbyShopVO> nearbyShopList(String longitude, String latitude) {
        return shopMapper.selectNearbyShopList(longitude,latitude);
        return shopMapper.selectNearbyShopList(longitude,latitude);
    }
    @Override