huliguo
2025-04-01 9e8c542caf11c0b72639a8e323fa81fd3b4f594e
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);