From c795821cf2242c3f6424440e8b8f2cc2f1e63d08 Mon Sep 17 00:00:00 2001 From: tangft <32189@DESKTOP-M6TAG3K> Date: Mon, 8 Apr 2019 19:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E5=88=B6=E4=BD=9C=E9=A3=8E?= =?UTF-8?q?=E9=99=A9=E9=A2=84=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lease/flow/project/commcheck/MakingContractCarCheck.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_tenwa/com/tenwa/lease/flow/project/commcheck/MakingContractCarCheck.java b/src_tenwa/com/tenwa/lease/flow/project/commcheck/MakingContractCarCheck.java index 07aa35e51..a7c36c73a 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/commcheck/MakingContractCarCheck.java +++ b/src_tenwa/com/tenwa/lease/flow/project/commcheck/MakingContractCarCheck.java @@ -42,7 +42,7 @@ public class MakingContractCarCheck extends DefaultBussinessCheck { if(ldcl!=null){ BizObject psl = psltMange.createQuery("productid=:productid").setParameter("productid", lcit.getAttribute("PRODUCT_ID").getString()).getSingleResult(false); if(psl!=null){ - if("03".equals(ci.getAttribute("CUSTOMERTYPE").getString())&&!"BAIC_MOTOR".equals(psl.getAttribute("operationType").toString())&&!"DYCD".equals(psl.getAttribute("operationType").toString())){ + if("03".equals(ci.getAttribute("CUSTOMERTYPE").getString())&&!"BAIC_MOTOR".equals(psl.getAttribute("operationType").toString())&&!"DYCD".equals(psl.getAttribute("operationType").toString())&&!"ZYC".equals(psl.getAttribute("operationType").toString())){ if("4".equals(ldcl.getAttribute("PROCESS").getString())){ putMsg("已完成电子签约!"); setPass(true);