Просмотр исходного кода

Merge branch 'master' of jishutao/jitao-server into test

liliang4869 лет назад: 7
Родитель
Сommit
0afe88b0ca

+ 2 - 2
src/main/java/com/goafanti/common/controller/WebpageController.java

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