|
|
@ -718,8 +718,10 @@ public class LoanLawsuitApplyService extends MybatisBaseService<LoanLawsuitApply |
|
|
|
pushCaseDto.setVehList(vehList); |
|
|
|
} |
|
|
|
LoanHomevisitInvestigateCustomerDetailsVo loanHomevisitInvestigateCustomerDetailsVo = loanHomevisitInvestigateCustomerService.fetchByBorrowerSid(lawsuitApply.getLoanSid()); |
|
|
|
pushCaseDto.setLoanId(loanHomevisitInvestigateCustomerDetailsVo.getBorrowerIdNumber()); |
|
|
|
pushCaseDto.setLoanAddress(loanHomevisitInvestigateCustomerDetailsVo.getBorrowerDomAddress()); |
|
|
|
if(loanHomevisitInvestigateCustomerDetailsVo != null){ |
|
|
|
pushCaseDto.setLoanId(loanHomevisitInvestigateCustomerDetailsVo.getBorrowerIdNumber()); |
|
|
|
pushCaseDto.setLoanAddress(loanHomevisitInvestigateCustomerDetailsVo.getBorrowerDomAddress()); |
|
|
|
} |
|
|
|
pushCaseDto.setIsZfull("0"); |
|
|
|
loanCaseProgressService.pushCase(pushCaseDto); |
|
|
|
} else { |
|
|
|