1.北汽的部分产品可以贴息差额放款。

This commit is contained in:
zhangbb 2018-12-15 18:06:56 +08:00
parent 4b2236a4ed
commit a07c4cb4a4
2 changed files with 5 additions and 3 deletions

View File

@ -51,6 +51,7 @@ public class CopyFundPaymentToTemp extends BaseBussiness{
}
}
//安鹏贴息不抵扣
//北汽的有的产品可以贴息差额放款
/*if(fundList.length() > 0) {
fundList += ",";
}

View File

@ -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;
}
}