|
|
@@ -373,7 +373,7 @@ public class WebpageController extends BaseController {
|
|
|
public ModelAndView demandList(HttpServletRequest request, ModelAndView modelview) {
|
|
|
String url =com.goafanti.common.utils.StringUtils.getDomainByHttpRequest(request);
|
|
|
modelview.setViewName("/portal/technologyTrading/demandList");
|
|
|
- List<DemandListBo> boutiques=demandService.getHotDemand(3, url, "");
|
|
|
+ List<DemandListBo> boutiques=demandService.getHotDemand(3, url, "web_demand_list");
|
|
|
modelview.addObject("boutiques",boutiques);
|
|
|
return modelview;
|
|
|
}
|