From 697268f77a1db314a8b93dcae42b0f44841ac63b Mon Sep 17 00:00:00 2001 From: zhanglei Date: Mon, 22 Mar 2021 13:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E8=90=A5=E5=BA=97=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E4=BF=AE=E6=94=B9-=E8=87=AA=E8=90=A5=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=8F=96=E5=80=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Project/BusinessApproval/ProjectApprovalCreationInfo.jsp | 2 +- .../commbusiness/LBProjectIntoTempInitCarBusiness.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp index f8bce9363..156538f7e 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp @@ -131,7 +131,7 @@ function checkDispalyDistributor() { var distributorNo22 = "<%=distributorNo%>"; var distributorType22 = "<%=distributorType%>"; - if(distributorType22 == "type03"){ + if(distributorType22 == "types03"){ return true; } return false; diff --git a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java index c56a1cae0..68ed90490 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java +++ b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java @@ -123,7 +123,7 @@ public class LBProjectIntoTempInitCarBusiness extends BaseBussiness { BizObject distributorBo = JBOFactory.createBizObjectQuery(DISTRIBUTOR_INFO.CLASS_NAME,"orgid=:orgid").setParameter("orgid",deptid).getSingleResult(false); String distributorType = distributorBo.getAttribute("TYPE").toString(); if((this.getAttribute("operationType") != null && "BAIC_MOTOR".equals(this.getAttribute("operationType").toString())) - || "type03".equals(distributorType)){//自营店 + || "types03".equals(distributorType)){//自营店 distributoIid=this.getAttribute("distributorNo").toString(); vndrName=this.getAttribute("distributorName").toString(); }else{ @@ -197,7 +197,7 @@ public class LBProjectIntoTempInitCarBusiness extends BaseBussiness { BizObject distributorBo = JBOFactory.createBizObjectQuery(DISTRIBUTOR_INFO.CLASS_NAME,"orgid=:orgid").setParameter("orgid",deptid).getSingleResult(false); String fiType = distributorBo.getAttribute("TYPE").toString(); if((this.getAttribute("operationType") != null && "BAIC_MOTOR".equals(this.getAttribute("operationType").toString())) - || "type03".equals(fiType)){//自营店 + || "types03".equals(fiType)){//自营店 distributoIid=this.getAttribute("distributorNo").toString(); vndrName=this.getAttribute("distributorName").toString(); }else{