huliguo
2025-04-18 34f741f39e22bf48df33321230380b40c23110c3
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);
}