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