|
@@ -220,7 +220,7 @@ public class PageServiceImpl implements PageService {
|
|
|
});
|
|
|
map.put("supplierImage", supplierList);
|
|
|
|
|
|
- /**
|
|
|
+ /** todo 游客状态访问静态页,非游客后续根据标签返回偏好商品
|
|
|
* 推荐商品
|
|
|
*/
|
|
|
List<ProductItemVo> products = pageMapper.getRecommendProducts(source);
|
|
@@ -234,10 +234,6 @@ public class PageServiceImpl implements PageService {
|
|
|
return ResponseJson.success(map);
|
|
|
}
|
|
|
|
|
|
- private List<NewPageZone> getPageZone(Integer source) {
|
|
|
- return pageMapper.getPageZone(source);
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* 首页基础数据(小程序)
|
|
|
*
|