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/service/ShopService.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/ShopService.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/ShopService.java index 0967eb1..2626f14 100644 --- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/ShopService.java +++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/ShopService.java @@ -6,8 +6,6 @@ import com.ruoyi.other.vo.NearbyShopVO; import com.ruoyi.other.vo.SaveWithdrawalAccount; import com.ruoyi.other.vo.ShopDetailVO; -import io.swagger.annotations.ApiParam; -import org.springframework.web.bind.annotation.RequestParam; import java.math.BigDecimal; import java.util.List; @@ -24,7 +22,8 @@ IPage<Shop> getShopList(Integer PageNum, Integer pageSize, Shop shop); - List<NearbyShopVO> nearbyShopList(BigDecimal longitude, BigDecimal latitude); + + List<NearbyShopVO> nearbyShopList(BigDecimal longitude, BigDecimal latitude,Shop shop); ShopDetailVO getShopDetail(Integer shopId, BigDecimal longitude, BigDecimal latitude); @@ -35,4 +34,6 @@ * @param saveWithdrawalAccount */ void saveWithdrawalAccount(SaveWithdrawalAccount saveWithdrawalAccount); + + } -- Gitblit v1.7.1