huliguo
2025-04-17 19df67e19f23cd2a04d1c7f355e1e656f4140af4
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopMapper.java
@@ -32,5 +32,5 @@
    ShopStatistics getShopStatistics(@Param("shopId") Integer shopId);
    List<GoodsVO> selectListByShopId(PageInfo<GoodsVO> pageInfo, Integer shopId);
    List<GoodsVO> selectListByShopId(PageInfo<GoodsVO> pageInfo, @Param("shopId") Integer shopId);
}