From 9e8c542caf11c0b72639a8e323fa81fd3b4f594e Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期二, 01 四月 2025 19:00:09 +0800 Subject: [PATCH] 首页 --- ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopMapper.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopMapper.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopMapper.java index f89dd7e..e4d4ce9 100644 --- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopMapper.java +++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopMapper.java @@ -9,7 +9,6 @@ import com.ruoyi.other.vo.ShopStatistics; import org.apache.ibatis.annotations.Param; -import java.math.BigDecimal; import java.util.List; /** @@ -24,7 +23,8 @@ IPage<Shop> selectShopList(@Param("page") Page<Shop> page,@Param("shop") Shop shop); - List<NearbyShopVO> selectNearbyShopList(); + + List<NearbyShopVO> selectNearbyShopList(@Param("shop")Shop shop); ShopDetailVO selectShopDetail(@Param("shopId") Integer shopId); -- Gitblit v1.7.1