From 4c233b843a9baed64003f6409d44d40a9cfdacba Mon Sep 17 00:00:00 2001 From: zhangbb Date: Wed, 19 Jun 2019 17:48:55 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=B9=8F=E5=85=83=EF=BC=9A=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E8=A6=81=E6=B1=82=E6=AF=8F=E6=9F=A5=E4=B8=80=E6=9D=A1=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E5=8F=AA=E4=BF=9D=E7=95=99=E6=96=B0=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Comm/BigdataPengyuan/query_report/pengyuanEbank.jsp | 4 ++-- .../com/tenwa/httpclient/controller/BigDataController.java | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/BigdataPengyuan/query_report/pengyuanEbank.jsp b/WebContent/Tenwa/Lease/Flow/Comm/BigdataPengyuan/query_report/pengyuanEbank.jsp index a4d4311ec..09a8fc1e7 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/BigdataPengyuan/query_report/pengyuanEbank.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/BigdataPengyuan/query_report/pengyuanEbank.jsp @@ -73,9 +73,9 @@ if(html.indexOf("width=\"103\"") != -1) { html = html.replaceAll("width=\"103\"", ""); } - if(html.indexOf("卡多笔交易记录") != -1) { + if(html.indexOf("个人信息报告") != -1) { // html = html.replaceAll("个人信息报告", "  拉取鹏元数据 个人信用报告"); - html = html.replaceAll("卡多笔交易记录", "  返回 个人信息报告"); + html = html.replaceAll("个人信息报告", "  返回 个人信息报告"); } if(html.indexOf("") != -1) { html = html.replaceAll("", ""); diff --git a/src_tenwa/com/tenwa/httpclient/controller/BigDataController.java b/src_tenwa/com/tenwa/httpclient/controller/BigDataController.java index 8b67d3613..228a50021 100644 --- a/src_tenwa/com/tenwa/httpclient/controller/BigDataController.java +++ b/src_tenwa/com/tenwa/httpclient/controller/BigDataController.java @@ -206,6 +206,10 @@ public class BigDataController { keyword.append(",keyword3"); keywordValue.append(",'"+FlowNo+"'"); } + if("ebank_af".equals(table)){ + SqlObject sql_d = new SqlObject("delete from bigdata_ebank_af where fullcertId="+CurPage.getParameter("fullcertId")); + Sqlca.executeSQL(sql_d); + } SqlObject sql = new SqlObject(("insert into bigdata_" + table + " (id," + keyword.toString() + ",xml_data,html_data," + "inputuserid,inputorgid,inputtime,fullName,fullcertId,fullphone,fullcardNo) values('" + applyId + "'," + keywordValue.toString() + ",'" + xmlResult + "','" + htmlFile.split("@")[1] + "','" + CurPage.getUserId() + "','" + CurPage.getUser().getOrgID() + "','" + StringFunction.getTodayNow() +"','"