|
|
@ -527,6 +527,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
loanHomeVisitInvestigateInitCustomerVo.setLenderNam(busSalesOrderBorrowerDetailsVo.getBorrowerName()); |
|
|
|
loanHomeVisitInvestigateInitCustomerVo.setIdNumber(crmCustomerTempVo.getIDNumber()); |
|
|
|
loanHomeVisitInvestigateInitCustomerVo.setMobile(busSalesOrderBorrowerDetailsVo.getMobile()); |
|
|
|
loanHomeVisitInvestigateInitCustomerVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitCustomerVo); |
|
|
|
} |
|
|
|
//银行卡附件
|
|
|
@ -541,6 +542,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
//其他人员
|
|
|
|
List<LoanHomeVisitInvestigateInitOtherPeoVo> loanHomeVisitInvestigateInitOtherPeoVos = loanHomevisitInvestigateOtherpeoService.selByMainSid(sid); |
|
|
|
loanHomeVisitInvestigateInitCustomerVo.setOtherPersonnel(loanHomeVisitInvestigateInitOtherPeoVos); |
|
|
|
loanHomeVisitInvestigateInitCustomerVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitCustomerVo); |
|
|
|
} |
|
|
|
|
|
|
@ -632,6 +634,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
LoanHomevisitInvestigate loanHomevisitInvestigate = fetchBySid(sid); |
|
|
|
loanHomeVisitInvestigateInitOrderVos.setOrderSid(loanHomevisitInvestigate.getSaleOrderSid()); |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitOrderVos.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitOrderVos); |
|
|
|
} |
|
|
|
|
|
|
@ -664,6 +667,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
if (loanHomeVisitInvestigateInitOperVo == null) { |
|
|
|
loanHomeVisitInvestigateInitOperVo = new LoanHomeVisitInvestigateInitOperVo(); |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitOperVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitOperVo); |
|
|
|
} |
|
|
|
|
|
|
@ -692,6 +696,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
if (loanHomeVisitInvestigateInitTranVo == null) { |
|
|
|
loanHomeVisitInvestigateInitTranVo = new LoanHomeVisitInvestigateInitTranVo(); |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitTranVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitTranVo); |
|
|
|
} |
|
|
|
|
|
|
@ -729,6 +734,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
if (loanHomeVisitInvestigateInitPropVo == null) { |
|
|
|
loanHomeVisitInvestigateInitPropVo = new LoanHomeVisitInvestigateInitPropVo(); |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitPropVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitPropVo); |
|
|
|
} |
|
|
|
|
|
|
@ -822,6 +828,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
} |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitJFJZVo.setGroupPhoto(groupPhoto); |
|
|
|
loanHomeVisitInvestigateInitJFJZVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitJFJZVo); |
|
|
|
} |
|
|
|
|
|
|
@ -980,6 +987,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
} |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitZMWJVo.setGuarantorAccount(guarantorAccount); |
|
|
|
loanHomeVisitInvestigateInitZMWJVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitZMWJVo); |
|
|
|
} |
|
|
|
|
|
|
@ -1126,6 +1134,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
} |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitZCLVo.setCarProperty(carProperty); |
|
|
|
loanHomeVisitInvestigateInitZCLVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitZCLVo); |
|
|
|
} |
|
|
|
|
|
|
|