|
|
@ -409,10 +409,12 @@ public class LoanBeCollectionApplyService extends MybatisBaseService<LoanBeColle |
|
|
|
loanBeCollectionVehFiles.add(loanBeCollectionVehFile1); |
|
|
|
//开票管理sid
|
|
|
|
FinVehicleInvoice finVehicleInvoice = finVehicleInvoiceFeign.selectByVinAndContractNo(busSalesOrderVehicle1.getLinkSid(), busSalesOrder.getContractNo()).getData(); |
|
|
|
LoanBeCollectionVehFile loanBeCollectionVehFile2 = new LoanBeCollectionVehFile(); |
|
|
|
loanBeCollectionVehFile2.setName("开票信息"); |
|
|
|
loanBeCollectionVehFile2.setSid(finVehicleInvoice.getSid()); |
|
|
|
loanBeCollectionVehFiles.add(loanBeCollectionVehFile2); |
|
|
|
if (finVehicleInvoice != null){ |
|
|
|
LoanBeCollectionVehFile loanBeCollectionVehFile2 = new LoanBeCollectionVehFile(); |
|
|
|
loanBeCollectionVehFile2.setName("开票信息"); |
|
|
|
loanBeCollectionVehFile2.setSid(finVehicleInvoice.getSid()); |
|
|
|
loanBeCollectionVehFiles.add(loanBeCollectionVehFile2); |
|
|
|
} |
|
|
|
//月还明细sid
|
|
|
|
LoanBeCollectionVehFile loanBeCollectionVehFile3 = new LoanBeCollectionVehFile(); |
|
|
|
loanBeCollectionVehFile3.setName("月还明细"); |
|
|
|