|
|
@ -204,8 +204,8 @@ public class LoanCapitalCreditResultService extends MybatisBaseService<LoanCapit |
|
|
|
for (LoanCapitalCreditResultVo record : pagging.getRecords()) { |
|
|
|
BusSalesOrder busSalesOrder = busSalesOrderFeign.selectOrderByContractNo(record.getContractNo()).getData(); |
|
|
|
LoanSolutions loanSolutions = loanSolutionsService.selectBySaleOrderSid(busSalesOrder.getSid()); |
|
|
|
if (loanSolutions != null){ |
|
|
|
if (loanSolutions.getTrailerAmount().compareTo(BigDecimal.ZERO) == 1){ |
|
|
|
if (loanSolutions != null) { |
|
|
|
if (loanSolutions.getTrailerAmount().compareTo(BigDecimal.ZERO) == 1) { |
|
|
|
record.setIsHavTrailer(true); |
|
|
|
} |
|
|
|
} |
|
|
@ -225,7 +225,7 @@ public class LoanCapitalCreditResultService extends MybatisBaseService<LoanCapit |
|
|
|
if (loanHomevisitInvestigateFileDetailsVos == null || loanHomevisitInvestigateFileDetailsVos.size() == 0) { |
|
|
|
return rb.setMsg("请上传附件"); |
|
|
|
} |
|
|
|
baseMapper.updateStateAndDateResult(dtoSid, dto.getCapCarefulDate(), dto.getCapCarefulResult()); |
|
|
|
baseMapper.updateStateAndDateResult(dtoSid, dto.getCapCarefulDate(), dto.getCapCarefulResult(), dto.getIsCompInvoic()); |
|
|
|
busSalesOrderLoancontractFeign.updateBankConAndBusNo(dto.getLoanContractSid(), dto.getBankContractNo()); |
|
|
|
LoanCapitalCreditResult loanCapitalCreditResult = fetchBySid(dtoSid); |
|
|
|
//推送放款资料审核
|
|
|
|