|
|
@ -261,6 +261,7 @@ public class LoanHomeVisitInvestigateService { |
|
|
|
LoanHomeVisitInvestigateInitZCLVo data = loanHomevisitInvestigateFeign.getAssetCertificateInfo(sid).getData(); |
|
|
|
AppLoanHomeVisitInvestigateInitZCLVo appLoanHomeVisitInvestigateInitZCLVo = new AppLoanHomeVisitInvestigateInitZCLVo(); |
|
|
|
BeanUtil.copyProperties(data,appLoanHomeVisitInvestigateInitZCLVo); |
|
|
|
appLoanHomeVisitInvestigateInitZCLVo.setBankCardProperty(data.getYhkImages()); |
|
|
|
return rb.success().setData(appLoanHomeVisitInvestigateInitZCLVo); |
|
|
|
} |
|
|
|
|
|
|
@ -268,6 +269,7 @@ public class LoanHomeVisitInvestigateService { |
|
|
|
ResultBean rb = ResultBean.fireFail(); |
|
|
|
LoanHomeVisitInvestigateSaveZCLDto loanHomeVisitInvestigateInitZCLDto = new LoanHomeVisitInvestigateSaveZCLDto(); |
|
|
|
BeanUtil.copyProperties(dto,loanHomeVisitInvestigateInitZCLDto); |
|
|
|
loanHomeVisitInvestigateInitZCLDto.setYhkImages(dto.getBankCardProperty()); |
|
|
|
loanHomevisitInvestigateFeign.saveAssetCertificateInfo(loanHomeVisitInvestigateInitZCLDto); |
|
|
|
return rb.success(); |
|
|
|
} |
|
|
|