历史客户信息查询改为动态显示节点取值修改
This commit is contained in:
parent
01710e9025
commit
7fb9882f2d
@ -11,7 +11,7 @@
|
||||
String flowunId=CurPage.getParameter("flowunid");//流程编号
|
||||
String certId=CurPage.getParameter("certId");//客户证件号
|
||||
String type =CurPage.getParameter("type");//客户类型
|
||||
String phaseNo = CurPage.getAttribute("PhaseNo");
|
||||
String phaseNo = CurPage.getParameter("PhaseNo");
|
||||
String sTempletNo = "";//--模板号--
|
||||
if(phaseNo.equals("1000")){
|
||||
sTempletNo = "CustomerHistoryInfoTemp";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user