0
点赞
收藏
分享

微信扫一扫

后台弹出框

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;


}

举报

相关推荐

0 条评论