From c9fa30db86d7fd6e3c8759691b36507fe9611d0a Mon Sep 17 00:00:00 2001 From: zhangbb Date: Fri, 28 Jun 2019 23:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=B9=8F=E5=85=83=E4=BC=A0=E5=85=A5=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=94=B9=E4=B8=BA=E7=94=B1=E9=A1=B5=E9=9D=A2=E4=BC=A0?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BigdataPengyuan/query_report/pengyuanEbank.jsp | 14 ++++++++++++-- 1 file changed, 12 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 09a8fc1e7..3ad0d8c01 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/BigdataPengyuan/query_report/pengyuanEbank.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/BigdataPengyuan/query_report/pengyuanEbank.jsp @@ -12,6 +12,8 @@ String projectNo = CurPage.getParameter("ProjectNo"); String ReadyApprove = CurPage.getParameter("ReadyApprove"); String fullcardNo = CurPage.getParameter("fullcardNo"); + String fullName = CurPage.getParameter("fullName"); + String fullcertId = CurPage.getParameter("fullcertId"); String applyId = ""; String getType = CurPage.getParameter("GetType"); String type = ""; @@ -40,7 +42,14 @@ } } Map params = new HashMap(); //初始化参数 - String resultals =bdc.getCustomerInfoPerson(flowunid, Sqlca); + params.put("queryType","25136"); + params.put("name",fullName);//被查询人姓名 + params.put("documentNo",fullcertId);//被查询人证件号码 + params.put("cardNos",fullcardNo);//银行卡号 + params.put("queryReasonID","101"); + params.put("subreportIDs","14501,14518"); + params.put("refID",""); + /* String resultals =bdc.getCustomerInfoPerson(flowunid, Sqlca); if(!"false".equals(resultals)){ String[] sReturn = resultals.split("@"); params.put("queryType","25136"); @@ -50,7 +59,8 @@ params.put("queryReasonID","101"); params.put("subreportIDs","14501,14518"); params.put("refID",""); - } + } */ + FileInputStream fr = null; BufferedReader br = null; try {