|
|
@ -508,6 +508,14 @@ public class LoanHomevisitFileexamineService extends MybatisBaseService<LoanHome |
|
|
|
} |
|
|
|
vo.setLoanXdCons(loanXdConDetailsVos); |
|
|
|
vo.setLoanZfCons(loanZfConDetailsVos); |
|
|
|
//定位信息
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> dwxxImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(loanHomevisitFileexamine.getHomeVisitSid(), LoanAttachTypeEnum.DWXX.getAttachType()); |
|
|
|
if (dwxxImages != null && dwxxImages.size() > 0){ |
|
|
|
for (LoanHomevisitInvestigateFileDetailsVo dwxxImage : dwxxImages) { |
|
|
|
vo.setLocationCoord(dwxxImage.getLocationCoord()); |
|
|
|
vo.setLocationStr(dwxxImage.getLocationStr()); |
|
|
|
} |
|
|
|
} |
|
|
|
//房屋照片
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> fwzpImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(loanHomevisitFileexamine.getHomeVisitSid(), LoanAttachTypeEnum.FWZP.getAttachType()); |
|
|
|
List<String> house = new ArrayList<>(); |
|
|
|