|
|
@ -132,6 +132,7 @@ public class LoanSecondarySalesCustomerService extends MybatisBaseService<LoanSe |
|
|
|
salesInitVo.setSaleDate(loanSecondarySalesApply.getCloseDate()); |
|
|
|
LoanSecondarySalesCost loanSecondarySalesCost = loanSecondarySalesCostMapper.selectMainSid(sid); |
|
|
|
salesInitVo.setSalePrice(loanSecondarySalesCost.getVehPrice().toString()); |
|
|
|
if(loanSecondarySalesCustomer != null){ |
|
|
|
String contractFiles = loanSecondarySalesCustomer.getContractFiles(); |
|
|
|
String otherFiles = loanSecondarySalesCustomer.getOtherFiles(); |
|
|
|
if(StringUtils.isNotBlank(contractFiles)){ |
|
|
@ -156,6 +157,8 @@ public class LoanSecondarySalesCustomerService extends MybatisBaseService<LoanSe |
|
|
|
|
|
|
|
salesInitVo.setOtherFiles(otherFileList); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
return rb.success().setData(salesInitVo); |
|
|
|
} |
|
|
|
} |
|
|
|