|
|
@ -1690,12 +1690,6 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
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 financeForm44 = new FinanceForm(); |
|
|
|
String propertyType = ""; |
|
|
@ -1721,6 +1715,12 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
financeForm72.setSpanSize(2); |
|
|
|
zCInfo.add(financeForm72); |
|
|
|
} |
|
|
|
FinanceForm financeForm71 = new FinanceForm(); |
|
|
|
financeForm71.setValue("车辆"); |
|
|
|
financeForm71.setSpanSize(2); |
|
|
|
financeForm71.setType(1); |
|
|
|
financeForm71.setBold(true); |
|
|
|
zCInfo.add(financeForm71); |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getIsCar() != null && loanHomevisitInvestigatePropertyDetailsVo.getIsCar()) { |
|
|
|
FinanceForm financeForm47 = new FinanceForm(); |
|
|
|
String carType = ""; |
|
|
|