|
|
@ -912,6 +912,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitZMWJVo.setLenderBankStatement(lenderBankStatement); |
|
|
|
LoanHomevisitInvestigateCustomerDetailsVo loanHomevisitInvestigateCustomerDetailsVo = loanHomevisitInvestigateCustomerService.selByMainSid(sid); |
|
|
|
if (loanHomevisitInvestigateCustomerDetailsVo != null){ |
|
|
|
if ("0004".equals(loanHomevisitInvestigateCustomerDetailsVo.getMaritalStatusKey())) { |
|
|
|
//配偶身份证
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> posfzImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.POSFZ.getAttachType()); |
|
|
@ -933,6 +934,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
loanHomeVisitInvestigateInitZMWJVo.setSpouseAccount(spouseAccount); |
|
|
|
loanHomeVisitInvestigateInitZMWJVo.setSpouseState(true); |
|
|
|
} |
|
|
|
} |
|
|
|
//担保人身份证
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> dbrsfzImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.DBRSFZ.getAttachType()); |
|
|
|
List<String> pohkbImage = new ArrayList<>(); |
|
|
@ -1576,6 +1578,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitZLVo.setLenderBankStatement(lenderBankStatement); |
|
|
|
LoanHomevisitInvestigateCustomerDetailsVo loanHomevisitInvestigateCustomerDetailsVo = loanHomevisitInvestigateCustomerService.selByMainSid(sid); |
|
|
|
if (loanHomevisitInvestigateCustomerDetailsVo != null){ |
|
|
|
if ("0004".equals(loanHomevisitInvestigateCustomerDetailsVo.getMaritalStatusKey())) { |
|
|
|
//配偶身份证
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> posfzImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.POSFZ.getAttachType()); |
|
|
@ -1597,6 +1600,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
loanHomeVisitInvestigateInitZLVo.setSpouseAccount(spouseAccount); |
|
|
|
loanHomeVisitInvestigateInitZLVo.setSpouseState(true); |
|
|
|
} |
|
|
|
} |
|
|
|
//担保人身份证
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> dbrsfzImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.DBRSFZ.getAttachType()); |
|
|
|
List<String> pohkbImage = new ArrayList<>(); |
|
|
|