1.北汽的部分产品可以贴息差额放款。
This commit is contained in:
parent
4b2236a4ed
commit
a07c4cb4a4
@ -51,6 +51,7 @@ public class CopyFundPaymentToTemp extends BaseBussiness{
|
||||
}
|
||||
}
|
||||
//安鹏贴息不抵扣
|
||||
//北汽的有的产品可以贴息差额放款
|
||||
/*if(fundList.length() > 0) {
|
||||
fundList += ",";
|
||||
}
|
||||
|
||||
@ -62,6 +62,7 @@ public class LCFundPaymentTempInfoHandler extends CommonHandler {
|
||||
fundList="0";
|
||||
}
|
||||
//安鹏贴息不抵扣
|
||||
//北汽的有的产品可以贴息差额放款
|
||||
/*if(fundList.length() > 0) {
|
||||
fundList += ",";
|
||||
}
|
||||
@ -93,11 +94,11 @@ public class LCFundPaymentTempInfoHandler extends CommonHandler {
|
||||
bo.setAttributeValue("GPS_FEE", factMoney);
|
||||
this.asDataObject.setVisible("GPS_FEE", true);
|
||||
break;
|
||||
/*case "feetype27":
|
||||
cleanLeaseMoney = cleanLeaseMoney.add(factMoney);
|
||||
case "feetype27":
|
||||
cleanLeaseMoney = cleanLeaseMoney.subtract(factMoney);
|
||||
bo.setAttributeValue("DEALER_DISCOUNT", factMoney);
|
||||
this.asDataObject.setVisible("DEALER_DISCOUNT", true);
|
||||
break;*/
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user