|
|
@ -527,7 +527,6 @@ 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); |
|
|
|
} |
|
|
|
//银行卡附件
|
|
|
@ -542,7 +541,6 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
//其他人员
|
|
|
|
List<LoanHomeVisitInvestigateInitOtherPeoVo> loanHomeVisitInvestigateInitOtherPeoVos = loanHomevisitInvestigateOtherpeoService.selByMainSid(sid); |
|
|
|
loanHomeVisitInvestigateInitCustomerVo.setOtherPersonnel(loanHomeVisitInvestigateInitOtherPeoVos); |
|
|
|
loanHomeVisitInvestigateInitCustomerVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitCustomerVo); |
|
|
|
} |
|
|
|
|
|
|
@ -631,8 +629,9 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
LoanHomeVisitInvestigateInitOrderVo loanHomeVisitInvestigateInitOrderVos = loanHomevisitInvestigateOrderService.getHomeVisitOrderInfo(sid); |
|
|
|
if (loanHomeVisitInvestigateInitOrderVos == null) { |
|
|
|
loanHomeVisitInvestigateInitOrderVos = new LoanHomeVisitInvestigateInitOrderVo(); |
|
|
|
LoanHomevisitInvestigate loanHomevisitInvestigate = fetchBySid(sid); |
|
|
|
loanHomeVisitInvestigateInitOrderVos.setOrderSid(loanHomevisitInvestigate.getSaleOrderSid()); |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitOrderVos.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitOrderVos); |
|
|
|
} |
|
|
|
|
|
|
@ -665,7 +664,6 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
if (loanHomeVisitInvestigateInitOperVo == null) { |
|
|
|
loanHomeVisitInvestigateInitOperVo = new LoanHomeVisitInvestigateInitOperVo(); |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitOperVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitOperVo); |
|
|
|
} |
|
|
|
|
|
|
@ -694,7 +692,6 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
if (loanHomeVisitInvestigateInitTranVo == null) { |
|
|
|
loanHomeVisitInvestigateInitTranVo = new LoanHomeVisitInvestigateInitTranVo(); |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitTranVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitTranVo); |
|
|
|
} |
|
|
|
|
|
|
@ -732,7 +729,6 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
if (loanHomeVisitInvestigateInitPropVo == null) { |
|
|
|
loanHomeVisitInvestigateInitPropVo = new LoanHomeVisitInvestigateInitPropVo(); |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitPropVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitPropVo); |
|
|
|
} |
|
|
|
|
|
|
@ -826,7 +822,6 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
} |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitJFJZVo.setGroupPhoto(groupPhoto); |
|
|
|
loanHomeVisitInvestigateInitJFJZVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitJFJZVo); |
|
|
|
} |
|
|
|
|
|
|
@ -985,7 +980,6 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
} |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitZMWJVo.setGuarantorAccount(guarantorAccount); |
|
|
|
loanHomeVisitInvestigateInitZMWJVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitZMWJVo); |
|
|
|
} |
|
|
|
|
|
|
@ -1132,7 +1126,6 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
} |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitZCLVo.setCarProperty(carProperty); |
|
|
|
loanHomeVisitInvestigateInitZCLVo.setSid(sid); |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitZCLVo); |
|
|
|
} |
|
|
|
|
|
|
|