|
|
@@ -672,11 +672,11 @@ public class WebpageController extends BaseController {
|
|
|
modelAndView.addObject("demand",demand);
|
|
|
|
|
|
//精品需求
|
|
|
- List<DemandListBo>boutiqueDemandList=LimitLengthUtil.LimitListLengthRandomly(demandService.getHotDemand(10,url,""),3,10);
|
|
|
+ List<DemandListBo>boutiqueDemandList=LimitLengthUtil.LimitListLengthRandomly(demandService.getHotDemand(10,url,"web_demand_list"),3,10);
|
|
|
modelAndView.addObject("reboutiquedemand",boutiqueDemandList);
|
|
|
|
|
|
//猜你喜欢
|
|
|
- List<DemandListBo>guessYouLikeList=LimitLengthUtil.LimitListLengthRandomly(demandService.recentDemand(10, url,""), 4, 10);
|
|
|
+ List<DemandListBo>guessYouLikeList=LimitLengthUtil.LimitListLengthRandomly(demandService.recentDemand(10, url,"web_demand_list"), 4, 10);
|
|
|
modelAndView.addObject("redemandlist",guessYouLikeList);
|
|
|
|
|
|
//view
|