鹏元传入数据改为由页面传入

This commit is contained in:
zhangbb 2019-06-28 23:03:29 +08:00
parent 49af921f09
commit c9fa30db86

View File

@ -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<String,String> params = new HashMap<String,String>(); //³õʼ»¯²ÎÊý
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 {