APP业务申请报错
This commit is contained in:
parent
558df0f188
commit
927b341080
@ -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{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user