From b22fbcc9eed39e568064abee07d0bbaea6a45551 Mon Sep 17 00:00:00 2001 From: taozi <552920369@qq.com> Date: Tue, 28 Apr 2020 09:36:19 +0800 Subject: [PATCH] =?UTF-8?q?bug--=E4=BF=AE=E5=A4=8D=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E3=80=81h5=E9=A6=96=E9=A1=B5=E4=BF=83=E9=94=80?= =?UTF-8?q?=E5=95=86=E5=93=81=E7=B5=AE=E4=B9=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shop/web/controller/IndexController.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yshop-api/src/main/java/co/yixiang/modules/shop/web/controller/IndexController.java b/yshop-api/src/main/java/co/yixiang/modules/shop/web/controller/IndexController.java index f2363baf..f702ea54 100644 --- a/yshop-api/src/main/java/co/yixiang/modules/shop/web/controller/IndexController.java +++ b/yshop-api/src/main/java/co/yixiang/modules/shop/web/controller/IndexController.java @@ -74,11 +74,11 @@ public class IndexController { //精品推荐 map.put("bastList",storeProductService.getList(1,6,1)); //首发新品 - map.put("firstList",storeProductService.getList(1,6,2)); + map.put("firstList",storeProductService.getList(1,6,3)); //促销单品 - map.put("benefit",storeProductService.getList(1,3,3)); + map.put("benefit",storeProductService.getList(1,3,4)); //热门榜单 - map.put("likeInfo",storeProductService.getList(1,3,4)); + map.put("likeInfo",storeProductService.getList(1,3,2)); //滚动 map.put("roll",systemGroupDataService.getDatas(ShopConstants.YSHOP_HOME_ROLL_NEWS));