From 78130a802ddb445fa03f055befdde215f1928652 Mon Sep 17 00:00:00 2001 From: yjf <2211675158@qq.com> Date: Thu, 13 Apr 2023 12:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E9=97=AE=E9=A2=98=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp index 3e9d27377..abdedb39f 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp @@ -6,8 +6,13 @@ History Log: */ String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号 - String customertype = CurPage.getParameter("CustomerType"); String SubjectId = CurPage.getParameter("SubjectId");//主体编号 + String flowNo = CurPage.getParameter("FlowNo");//主体编号 + String custTypeParam = "CustomerType"; + if ("BusinessChangeFlow".equals(flowNo)) { + custTypeParam = "customerType"; + } + String customertype = CurPage.getParameter(custTypeParam); String SubjectIdtemp = Sqlca.getString("select SubjectId from lb_project_info_temp where flowunid='"+sFlowUnid+"'"); if(SubjectId ==null ){ SubjectId = SubjectIdtemp;