From e2420264abfdb6afc0d614406cbc98e4f8a850da Mon Sep 17 00:00:00 2001 From: yjf <2211675158@qq.com> Date: Thu, 13 Apr 2023 13:40:47 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp index abdedb39f..fdfc238aa 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp @@ -10,7 +10,7 @@ String flowNo = CurPage.getParameter("FlowNo");//Ö÷Ìå±àºÅ String custTypeParam = "CustomerType"; if ("BusinessChangeFlow".equals(flowNo)) { - custTypeParam = "customerType"; + custTypeParam = "customertype"; } String customertype = CurPage.getParameter(custTypeParam); String SubjectIdtemp = Sqlca.getString("select SubjectId from lb_project_info_temp where flowunid='"+sFlowUnid+"'");