6364656667686970717273
if(productVOs2 != null && productVOs2.size() != 0) { root.put("productVOs2", productVOs2); } List<News> listNews1 = gatewayService.findByType("1"); root.put("listNews1", listNews1); List<News> listNews2 = gatewayService.findByType("2");
6768697071727374757677
List<News> listNews1 = gatewayService.findByType("1"); root.put("listNews1", listNews1); List<News> listNews2 = gatewayService.findByType("2"); root.put("listNews2", listNews2); List<News> listNews3 = gatewayService.findByType("3");
7172737475767778798081
List<News> listNews2 = gatewayService.findByType("2"); root.put("listNews2", listNews2); List<News> listNews3 = gatewayService.findByType("3"); root.put("listNews3", listNews3); /* 将模板和数据模型合并 */ Writer out = response.getWriter();