APP业务申请报错

This commit is contained in:
tangfutang 2020-04-21 11:20:58 +08:00
parent 558df0f188
commit 927b341080

View File

@ -95,7 +95,7 @@ public class LBProjectIntoTempInitCarBusiness extends BaseBussiness {
String custName="";
String customerId = "";
if("cust_type.cust".equals(custType)){
if("BAIC_MOTOR".equals(this.getAttribute("operationType").toString())){
if(this.getAttribute("operationType") != null && "BAIC_MOTOR".equals(this.getAttribute("operationType").toString())){
distributoIid=this.getAttribute("distributorNo").toString();
vndrName=this.getAttribute("distributorName").toString();
}else{
@ -161,7 +161,7 @@ public class LBProjectIntoTempInitCarBusiness extends BaseBussiness {
this.saveUnionLessee(bmLULT,tx,customerId,asUser);
this.saveBusinessStatus(bsbom, tx, asUser);//ÏîÄ¿½øÈ±í
}else{
if("BAIC_MOTOR".equals(this.getAttribute("operationType").toString())){
if(this.getAttribute("operationType") != null && "BAIC_MOTOR".equals(this.getAttribute("operationType").toString())){
distributoIid=this.getAttribute("distributorNo").toString();
vndrName=this.getAttribute("distributorName").toString();
}else{