anderx лет назад: 3
Родитель
Сommit
a780b6967c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/goafanti/common/controller/WebpageController.java

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

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