Forráskód Böngészése

需求详情页面,推荐需求重复问题

liliang4869 7 éve%!(EXTRA string=óta)
szülő
commit
e9462758c7

+ 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