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 {