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);