From 85193ef9fceaac85f57dc531f80fcfdc204bfc23 Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期三, 02 四月 2025 18:22:44 +0800 Subject: [PATCH] 商城 --- ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/GoodsService.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/GoodsService.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/GoodsService.java index 14fb1cf..92ccc8a 100644 --- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/GoodsService.java +++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/GoodsService.java @@ -21,9 +21,9 @@ PageInfo<GoodsVO> goodsList(Goods goods); - GoodsVO goodsDetail(Long goodsId, Integer shopId, String longitude, String latitude); + GoodsVO goodsDetail(Long goodsId); - List<Goods> getGoodsListByShopId(PageInfo<Goods> pageInfo, Integer shopId); + List<GoodsVO> getGoodsListByShopId(PageInfo<GoodsVO> pageInfo, Integer shopId); void addGoods(Goods goods); -- Gitblit v1.7.1