|
|
@ -538,9 +538,9 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
LoanHomeVisitInvestigateInitInformationStateVo loanHomeVisitInvestigateInitInformationStateVo = new LoanHomeVisitInvestigateInitInformationStateVo(); |
|
|
|
//定位信息
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> dwxxImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.DWXX.getAttachType()); |
|
|
|
//房屋照片
|
|
|
|
//小区/村口照片
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> fwzpImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.FWZP.getAttachType()); |
|
|
|
//门口照片
|
|
|
|
//住所照片
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> mkzpImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.MKZP.getAttachType()); |
|
|
|
//客厅卧室照片
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> ktwszpImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.KTWSZP.getAttachType()); |
|
|
@ -577,8 +577,6 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setWitnessState(0); |
|
|
|
} else if (mkzpImages == null || mkzpImages.size() == 0) { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setWitnessState(0); |
|
|
|
} else if (ktwszpImages == null || ktwszpImages.size() == 0) { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setWitnessState(0); |
|
|
|
} else if (hyzdImages == null || hyzdImages.size() == 0) { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setWitnessState(0); |
|
|
|
} else { |
|
|
|