pageList = gatewayService.findProductByConditions(1l, 0l, "200", "500",null,pagenum+"",null);
point = "2";
}else if("3".equals(type))
{
//500-1000积分
pageList = gatewayService.findProductByConditions(1l, 0l, "500", "1000",null,pagenum+"",null);
point = "3";
}else if("4".equals(type))
{
//1000积分以上
pageList = gatewayService.findProductByConditions(1l, 0l, "1000", null,null,pagenum+"",null);