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