|
|
@@ -815,7 +815,7 @@ public class WebpageController extends BaseController {
|
|
|
@SuppressWarnings("unchecked")
|
|
|
@RequestMapping(value = "/portal/index")
|
|
|
public ModelAndView mainIndex(HttpServletRequest request, ModelAndView modelview) {
|
|
|
-// String url = com.goafanti.common.utils.StringUtils.getDomainByHttpRequest(request);
|
|
|
+
|
|
|
modelview.setViewName("/portal/index");
|
|
|
List<JtBusinessCategoryBo> patentCategory = jtBusinessService.getHomeIndex(1,1);
|
|
|
patentCategory = patentCategory.subList(0, Math.min(7, patentCategory.size()));
|