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() +"','"