bug--修复小程序、h5首页促销商品絮乱问题

This commit is contained in:
taozi
2020-04-28 09:36:19 +08:00
parent fac7e14b6f
commit b22fbcc9ee

View File

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