合同制作风险预警
This commit is contained in:
parent
69cd27d4db
commit
c795821cf2
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user