|
|
@ -395,10 +395,34 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
LoanHomeVisitInvestigateInitReportStateVo loanHomeVisitInvestigateInitReportStateVo = new LoanHomeVisitInvestigateInitReportStateVo(); |
|
|
|
//客户信息状态
|
|
|
|
LoanHomevisitInvestigateCustomerDetailsVo loanHomevisitInvestigateCustomerDetailsVo = loanHomevisitInvestigateCustomerService.selByMainSid(sid); |
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> loanHomevisitInvestigateFileDetailsVos = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.YHK.getAttachType()); |
|
|
|
if (loanHomevisitInvestigateCustomerDetailsVo == null) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setCustomerState(0); |
|
|
|
} else { |
|
|
|
if (StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getBankCardNo())) { |
|
|
|
if (StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getBorrowerName()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getBorrowerIdNumber()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getBorrowerMobile()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getBorrowerCareerValue()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getMaritalStatusValue()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getIsChildrenValue()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getBorrowerDomAddress()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getBorrowerPreAddress()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getDepositBank()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getEmergencyContact()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getEmergencyMobile()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getRelationshipValue()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getBankCardNo())) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setCustomerState(0); |
|
|
|
} else if ("0004".equals(loanHomevisitInvestigateCustomerDetailsVo.getMaritalStatusKey())) { |
|
|
|
if (StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getSpouseName()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getSpouseIdNumber()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getSpouseMobile()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getSpouseCareerValue()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getSpouseDomAddress()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getSpousePreAddress())) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setCustomerState(0); |
|
|
|
} |
|
|
|
} else if (loanHomevisitInvestigateFileDetailsVos == null || loanHomevisitInvestigateFileDetailsVos.size() == 0) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setCustomerState(0); |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setCustomerState(1); |
|
|
@ -407,7 +431,9 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
if ("1".equals(loanHomevisitInvestigateCustomerDetailsVo.getVehRegis())) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setOtherState(1); |
|
|
|
} else if ("2".equals(loanHomevisitInvestigateCustomerDetailsVo.getVehRegis())) { |
|
|
|
if (StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getIsSecurity()) || StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getAccCompName()) || StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getAccCompRegistNum())) { |
|
|
|
if (StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getIsSecurity()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getAccCompName()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateCustomerDetailsVo.getAccCompRegistNum())) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setOtherState(0); |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setOtherState(1); |
|
|
@ -425,28 +451,74 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
if (loanHomevisitInvestigateOrderDetailsVo == null) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setOrderState(0); |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setOrderState(1); |
|
|
|
if (StringUtils.isBlank(loanHomevisitInvestigateOrderDetailsVo.getCarConfirm()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateOrderDetailsVo.getFinConfirm()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateOrderDetailsVo.getFinDownPay())) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setOrderState(0); |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setOrderState(1); |
|
|
|
} |
|
|
|
} |
|
|
|
//运营经历信息
|
|
|
|
LoanHomevisitInvestigateOperationsDetailsVo loanHomevisitInvestigateOperationsDetailsVo = loanHomevisitInvestigateOperationsService.selByMainSid(sid); |
|
|
|
if (loanHomevisitInvestigateOperationsDetailsVo == null) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setOperationState(0); |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setOperationState(1); |
|
|
|
if (StringUtils.isBlank(loanHomevisitInvestigateOperationsDetailsVo.getIndustryYears()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateOperationsDetailsVo.getDriveProTypeValue()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateOperationsDetailsVo.getBeforeOpeTypeValue())) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setOperationState(0); |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setOperationState(1); |
|
|
|
} |
|
|
|
} |
|
|
|
//运输情况信息
|
|
|
|
LoanHomevisitInvestigateTransportDetailsVo loanHomevisitInvestigateTransportDetailsVo = loanHomevisitInvestigateTransportService.selByMainSid(sid); |
|
|
|
if (loanHomevisitInvestigateTransportDetailsVo == null) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setTransportState(0); |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setTransportState(1); |
|
|
|
if (StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getTransportRoute()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getTransportTypeValue()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getTransportGoodsTrip()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getTransportGoodsRetTrip()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getRoundTripMileage()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getDeadWeight()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getMonthlyTrip()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getPerTripYuan()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getFuelConsumptionPerTrip()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getDriverSalary()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getToll()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getMaintenance()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getExpectedRevenue()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigateTransportDetailsVo.getNetIncome())) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setTransportState(0); |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setTransportState(1); |
|
|
|
} |
|
|
|
} |
|
|
|
//资产情况信息
|
|
|
|
LoanHomevisitInvestigatePropertyDetailsVo loanHomevisitInvestigatePropertyDetailsVo = loanHomevisitInvestigatePropertyService.selByMainSid(sid); |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo == null) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setAssetsState(0); |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setAssetsState(1); |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getIsRealEstate()) { |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getPropertyType() == 0 |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigatePropertyDetailsVo.getRealLoanSituation())) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setAssetsState(0); |
|
|
|
} |
|
|
|
} else if (loanHomevisitInvestigatePropertyDetailsVo.getIsCar()) { |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getCarType() == 0 |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigatePropertyDetailsVo.getCarLoanSituation())) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setAssetsState(0); |
|
|
|
} |
|
|
|
} else if (loanHomevisitInvestigatePropertyDetailsVo.getIsRealEstate() == null || loanHomevisitInvestigatePropertyDetailsVo.getIsCar() == null) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setAssetsState(0); |
|
|
|
} else if (StringUtils.isBlank(loanHomevisitInvestigatePropertyDetailsVo.getDownPaySourceValue()) |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigatePropertyDetailsVo.getOtherSourceValue())) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setAssetsState(0); |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setAssetsState(1); |
|
|
|
} |
|
|
|
} |
|
|
|
return rb.success().setData(loanHomeVisitInvestigateInitReportStateVo); |
|
|
|
} |
|
|
@ -503,7 +575,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setWitnessState(1); |
|
|
|
} |
|
|
|
//证明文件
|
|
|
|
//证明文件-贷款人
|
|
|
|
if (dkrsfzImages == null || dkrsfzImages.size() == 0) { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setProofState(0); |
|
|
|
} else if (dkrhkbImages == null || dkrhkbImages.size() == 0) { |
|
|
@ -514,10 +586,6 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setProofState(0); |
|
|
|
} else if (dkryhlsImages == null || dkryhlsImages.size() == 0) { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setProofState(0); |
|
|
|
} else if (dbrsfzImages == null || dbrsfzImages.size() == 0) { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setProofState(0); |
|
|
|
} else if (dbrhkbImages == null || dbrhkbImages.size() == 0) { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setProofState(0); |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setProofState(1); |
|
|
|
} |
|
|
@ -533,6 +601,21 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
//证明文件-担保人
|
|
|
|
List<LoanHomeVisitInvestigateInitOtherPeoVo> loanHomeVisitInvestigateInitOtherPeoVos = loanHomevisitInvestigateOtherpeoService.selByMainSid(sid); |
|
|
|
if (loanHomeVisitInvestigateInitOtherPeoVos != null && loanHomeVisitInvestigateInitOtherPeoVos.size() > 0) { |
|
|
|
for (LoanHomeVisitInvestigateInitOtherPeoVo loanHomeVisitInvestigateInitOtherPeoVo : loanHomeVisitInvestigateInitOtherPeoVos) { |
|
|
|
if ("1".equals(loanHomeVisitInvestigateInitOtherPeoVo.getPersonnelKey())) { |
|
|
|
if (dbrsfzImages == null || dbrsfzImages.size() == 0) { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setProofState(0); |
|
|
|
} else if (dbrhkbImages == null || dbrhkbImages.size() == 0) { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setProofState(0); |
|
|
|
} else { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setProofState(1); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
//资产类
|
|
|
|
if (yhkImages == null || yhkImages.size() == 0) { |
|
|
|
loanHomeVisitInvestigateInitInformationStateVo.setAssetsInfo(0); |
|
|
@ -683,6 +766,10 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
loanHomevisitInvestigateOtherpeoDto.setMainSid(dto.getSid()); |
|
|
|
loanHomevisitInvestigateOtherpeoService.saveOrUpdateDto(loanHomevisitInvestigateOtherpeoDto); |
|
|
|
} |
|
|
|
if (!otherPersonnel.stream().anyMatch(p -> p.getPersonnelKey().equals("1"))) { |
|
|
|
loanHomevisitInvestigateFileService.delByMainSidAndType(dto.getSid(), LoanAttachTypeEnum.DBRSFZ.getAttachType()); |
|
|
|
loanHomevisitInvestigateFileService.delByMainSidAndType(dto.getSid(), LoanAttachTypeEnum.DBRHKB.getAttachType()); |
|
|
|
} |
|
|
|
return rb.success(); |
|
|
|
} |
|
|
|
|
|
|
@ -845,13 +932,12 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
LoanHomeVisitInvestigateInitJFJZVo loanHomeVisitInvestigateInitJFJZVo = new LoanHomeVisitInvestigateInitJFJZVo(); |
|
|
|
//定位信息
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> dwxxImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.DWXX.getAttachType()); |
|
|
|
List<String> location = new ArrayList<>(); |
|
|
|
if (dwxxImages != null && dwxxImages.size() > 0) { |
|
|
|
for (LoanHomevisitInvestigateFileDetailsVo dwxxImage : dwxxImages) { |
|
|
|
location.add(dwxxImage.getFileUrl()); |
|
|
|
loanHomeVisitInvestigateInitJFJZVo.setLocation2(dwxxImage.getLocationCoord()); |
|
|
|
loanHomeVisitInvestigateInitJFJZVo.setLocationStr(dwxxImage.getLocationStr()); |
|
|
|
} |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitJFJZVo.setLocation(location); |
|
|
|
//房屋照片
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> fwzpImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.FWZP.getAttachType()); |
|
|
|
List<String> house = new ArrayList<>(); |
|
|
@ -896,16 +982,12 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
ResultBean rb = ResultBean.fireFail(); |
|
|
|
//定位信息
|
|
|
|
loanHomevisitInvestigateFileService.delByMainSidAndType(dto.getSid(), LoanAttachTypeEnum.DWXX.getAttachType()); |
|
|
|
for (String dwxx : dto.getLocation()) { |
|
|
|
LoanHomevisitInvestigateFileDto loanHomevisitInvestigateFileDto = new LoanHomevisitInvestigateFileDto(); |
|
|
|
loanHomevisitInvestigateFileDto.setMainSid(dto.getSid()); |
|
|
|
loanHomevisitInvestigateFileDto.setAttachType(LoanAttachTypeEnum.DWXX.getAttachType()); |
|
|
|
if (dwxx.indexOf(fileUploadComponent.getUrlPrefix()) > -1) { |
|
|
|
dwxx = dwxx.replace(fileUploadComponent.getUrlPrefix(), ""); |
|
|
|
} |
|
|
|
loanHomevisitInvestigateFileDto.setFileUrl(dwxx); |
|
|
|
loanHomevisitInvestigateFileService.saveOrUpdateDto(loanHomevisitInvestigateFileDto); |
|
|
|
} |
|
|
|
LoanHomevisitInvestigateFileDto dwxxFileDto = new LoanHomevisitInvestigateFileDto(); |
|
|
|
dwxxFileDto.setMainSid(dto.getSid()); |
|
|
|
dwxxFileDto.setAttachType(LoanAttachTypeEnum.DWXX.getAttachType()); |
|
|
|
dwxxFileDto.setLocationCoord(dto.getLocation2()); |
|
|
|
dwxxFileDto.setLocationStr(dto.getLocationStr()); |
|
|
|
loanHomevisitInvestigateFileService.saveOrUpdateDto(dwxxFileDto); |
|
|
|
//房屋照片
|
|
|
|
loanHomevisitInvestigateFileService.delByMainSidAndType(dto.getSid(), LoanAttachTypeEnum.FWZP.getAttachType()); |
|
|
|
for (String fwzp : dto.getHouse()) { |
|
|
@ -1252,10 +1334,22 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
LoanHomevisitInvestigate loanHomevisitInvestigate = fetchBySid(sid); |
|
|
|
LoanHomeVisitInvestigateInitReportStateVo loanHomeVisitInvestigateInitReportStateVo = getHomeVisitReportInfo(sid).getData(); |
|
|
|
LoanHomeVisitInvestigateInitInformationStateVo loanHomeVisitInvestigateInitInformationStateVo = getHomeVisitDataInfo(sid).getData(); |
|
|
|
if (loanHomeVisitInvestigateInitReportStateVo.getOperationState() == 0) { |
|
|
|
if (loanHomeVisitInvestigateInitReportStateVo.getCustomerState() == 0) { |
|
|
|
return rb.setMsg("家访考察报告-客户信息未完善"); |
|
|
|
} else if (loanHomeVisitInvestigateInitReportStateVo.getOtherState() == 0) { |
|
|
|
return rb.setMsg("家访考察报告-其他补充信息未完善"); |
|
|
|
} else if (loanHomeVisitInvestigateInitReportStateVo.getOrderState() == 0) { |
|
|
|
return rb.setMsg("家访考察报告-订单信息未完善"); |
|
|
|
} else if (loanHomeVisitInvestigateInitReportStateVo.getOperationState() == 0) { |
|
|
|
return rb.setMsg("家访考察报告-营运经历未完善"); |
|
|
|
} else if (loanHomeVisitInvestigateInitReportStateVo.getTransportState() == 0) { |
|
|
|
return rb.setMsg("家访考察报告-运输信息未完善"); |
|
|
|
} else if (loanHomeVisitInvestigateInitReportStateVo.getAssetsState() == 0) { |
|
|
|
return rb.setMsg("家访考察报告-资产情况未完善"); |
|
|
|
} else if (loanHomeVisitInvestigateInitInformationStateVo.getWitnessState() == 0) { |
|
|
|
return rb.setMsg("家防资料-家访见证类未完善"); |
|
|
|
} else if (loanHomeVisitInvestigateInitInformationStateVo.getProofState() == 0) { |
|
|
|
return rb.setMsg("家防资料-证明文件未完善"); |
|
|
|
} else if (loanHomeVisitInvestigateInitInformationStateVo.getAssetsInfo() == 0) { |
|
|
|
return rb.setMsg("家防资料-资产类未完善"); |
|
|
|
} |
|
|
@ -1691,13 +1785,11 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
LoanHomeVisitInvestigateInitZLVo loanHomeVisitInvestigateInitZLVo = new LoanHomeVisitInvestigateInitZLVo(); |
|
|
|
//定位信息
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> dwxxImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.DWXX.getAttachType()); |
|
|
|
List<String> location = new ArrayList<>(); |
|
|
|
if (dwxxImages != null && dwxxImages.size() > 0) { |
|
|
|
for (LoanHomevisitInvestigateFileDetailsVo dwxxImage : dwxxImages) { |
|
|
|
location.add(dwxxImage.getFileUrl()); |
|
|
|
loanHomeVisitInvestigateInitZLVo.setLocationStr(dwxxImage.getLocationStr()); |
|
|
|
} |
|
|
|
} |
|
|
|
loanHomeVisitInvestigateInitZLVo.setLocation(location); |
|
|
|
//房屋照片
|
|
|
|
List<LoanHomevisitInvestigateFileDetailsVo> fwzpImages = loanHomevisitInvestigateFileService.selByMainSidAndTypeKey(sid, LoanAttachTypeEnum.FWZP.getAttachType()); |
|
|
|
List<String> house = new ArrayList<>(); |
|
|
|