if(fcPartnerFlowOrderList.size()>ConfigInDBExport.COM_RAIYI_EXPORT_MAX){



response.setContentType("text/html;charset=UTF-8");
PrintWriter out = response.getWriter();
out.write("<script>alert('数据超过1万!');window.location.href='partnerOrder.do?method=partnerOrderList'</script>");
out.close();
out.flush();


return;


}