|
|
@ -206,6 +206,7 @@ public class LoanCapitalCreditResultService extends MybatisBaseService<LoanCapit |
|
|
|
loanContractPush.setSaleOrderSid(loanCapitalCreditResult.getSaleOrderSid()); |
|
|
|
BusSalesOrderLoancontractDetailsVo loancontractDetailsVo = busSalesOrderLoancontractFeign.fetchDetailsBySid(loanCapitalCreditResult.getLoanContractSid()).getData(); |
|
|
|
loanOtherReceivablePush.setSaleOrderSid(loanCapitalCreditResult.getSaleOrderSid()); |
|
|
|
loanOtherReceivablePush.setLoanContractSid(loanCapitalCreditResult.getLoanContractSid()); |
|
|
|
String borrowerSid = ""; |
|
|
|
if (loancontractDetailsVo != null) { |
|
|
|
loanOtherReceivablePush.setBorrowerSid(loancontractDetailsVo.getBorrowerSid()); |
|
|
@ -215,7 +216,7 @@ public class LoanCapitalCreditResultService extends MybatisBaseService<LoanCapit |
|
|
|
//资方信审终审通过后推送财务的融资放款及金融方案中各项费用其他应收单
|
|
|
|
ResultBean pushOtherReceivable = busSalesOrderLoancontractFeign.pushOtherReceivable(loanOtherReceivablePush); |
|
|
|
//资方信审终审通过后修改车辆业务状态中的资方终审为1.
|
|
|
|
ResultBean<BusSalesOrderVehicle> busSalesOrderVehicle = busSalesOrderVehicleFeign.selectOneByBorrowerSid(borrowerSid); |
|
|
|
ResultBean<BusSalesOrderVehicle> busSalesOrderVehicle = busSalesOrderVehicleFeign.selectOneByBorrowerSid2(borrowerSid,loanCapitalCreditResult.getLoanContractSid()); |
|
|
|
if (busSalesOrderVehicle.getData() != null) { |
|
|
|
ResultBean updateManageState = baseVehicleStateFeign.updateManageState(busSalesOrderVehicle.getData().getSid()); |
|
|
|
} |
|
|
|