历史客户信息查询改为动态显示节点取值修改

This commit is contained in:
zzk 2023-09-22 10:54:43 +08:00
parent 01710e9025
commit 7fb9882f2d

View File

@ -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";