xuhy
2025-01-15 d5bf846770b001cac64ca27a3fe2886a9c5076b3
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopMapper.java
@@ -24,9 +24,9 @@
    IPage<Shop> selectShopList(@Param("page") Page<Shop> page,@Param("shop") Shop shop);
    List<NearbyShopVO> selectNearbyShopList(@Param("longitude") BigDecimal longitude,@Param("latitude") BigDecimal latitude);
    List<NearbyShopVO> selectNearbyShopList();
    ShopDetailVO selectShopDetail(Integer shopId);
    ShopDetailVO selectShopDetail(@Param("shopId") Integer shopId);
    ShopStatistics getShopStatistics(@Param("shopId") Integer shopId);