|
|
@ -224,9 +224,9 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
if (StringUtils.isNotBlank(query.getNames())) { |
|
|
|
qw.and(wrapper -> wrapper.like("bo.contractNo", query.getNames()).or().like("bb.borrowerName", query.getNames()).or().like("li.homeVisStaffName", query.getNames())); |
|
|
|
} |
|
|
|
if ("1".equals(query.getType())){ |
|
|
|
if ("1".equals(query.getType())) { |
|
|
|
qw.orderByDesc("li.createTime"); |
|
|
|
}else { |
|
|
|
} else { |
|
|
|
qw.orderByDesc("li.modifyTime"); |
|
|
|
} |
|
|
|
IPage<LoanHomevisitInvestigate> page = PagerUtil.queryToPage(pq); |
|
|
@ -1684,13 +1684,19 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
LoanHomevisitInvestigatePropertyDetailsVo loanHomevisitInvestigatePropertyDetailsVo = loanHomevisitInvestigatePropertyService.selByMainSid(sid); |
|
|
|
List<FinanceForm> zCInfo = new ArrayList<>(); |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo != null) { |
|
|
|
FinanceForm financeForm43 = new FinanceForm(); |
|
|
|
financeForm43.setValue("房产"); |
|
|
|
financeForm43.setSpanSize(2); |
|
|
|
financeForm43.setType(1); |
|
|
|
financeForm43.setBold(true); |
|
|
|
zCInfo.add(financeForm43); |
|
|
|
FinanceForm financeForm71 = new FinanceForm(); |
|
|
|
financeForm71.setValue("车辆"); |
|
|
|
financeForm71.setSpanSize(2); |
|
|
|
financeForm71.setType(1); |
|
|
|
financeForm71.setBold(true); |
|
|
|
zCInfo.add(financeForm71); |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getIsRealEstate() != null && loanHomevisitInvestigatePropertyDetailsVo.getIsRealEstate()) { |
|
|
|
FinanceForm financeForm43 = new FinanceForm(); |
|
|
|
financeForm43.setValue("房产"); |
|
|
|
financeForm43.setSpanSize(2); |
|
|
|
financeForm43.setType(1); |
|
|
|
financeForm43.setBold(true); |
|
|
|
zCInfo.add(financeForm43); |
|
|
|
FinanceForm financeForm44 = new FinanceForm(); |
|
|
|
String propertyType = ""; |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getPropertyType() == 1) { |
|
|
@ -1709,6 +1715,11 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
financeForm46.setValue("备注:" + loanHomevisitInvestigatePropertyDetailsVo.getRealRemarks()); |
|
|
|
financeForm46.setSpanSize(2); |
|
|
|
zCInfo.add(financeForm46); |
|
|
|
}else { |
|
|
|
FinanceForm financeForm72 = new FinanceForm(); |
|
|
|
financeForm72.setValue("是否有房产:无"); |
|
|
|
financeForm72.setSpanSize(2); |
|
|
|
zCInfo.add(financeForm72); |
|
|
|
} |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getIsCar() != null && loanHomevisitInvestigatePropertyDetailsVo.getIsCar()) { |
|
|
|
FinanceForm financeForm47 = new FinanceForm(); |
|
|
@ -1727,6 +1738,11 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
financeForm49.setValue("备注:" + loanHomevisitInvestigatePropertyDetailsVo.getCarRemarks()); |
|
|
|
financeForm49.setSpanSize(2); |
|
|
|
zCInfo.add(financeForm49); |
|
|
|
} else { |
|
|
|
FinanceForm financeForm73 = new FinanceForm(); |
|
|
|
financeForm73.setValue("是否有车辆:无"); |
|
|
|
financeForm73.setSpanSize(2); |
|
|
|
zCInfo.add(financeForm73); |
|
|
|
} |
|
|
|
FinanceForm financeForm50 = new FinanceForm(); |
|
|
|
financeForm50.setValue("首付来源:" + loanHomevisitInvestigatePropertyDetailsVo.getDownPaySourceValue()); |
|
|
|