|
|
@ -1680,7 +1680,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
LoanHomevisitInvestigatePropertyDetailsVo loanHomevisitInvestigatePropertyDetailsVo = loanHomevisitInvestigatePropertyService.selByMainSid(sid); |
|
|
|
List<FinanceForm> zCInfo = new ArrayList<>(); |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo != null) { |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getIsRealEstate()) { |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getIsRealEstate() != null && loanHomevisitInvestigatePropertyDetailsVo.getIsRealEstate()) { |
|
|
|
FinanceForm financeForm43 = new FinanceForm(); |
|
|
|
financeForm43.setValue("房产"); |
|
|
|
financeForm43.setSpanSize(2); |
|
|
@ -1706,7 +1706,7 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
financeForm46.setSpanSize(2); |
|
|
|
zCInfo.add(financeForm46); |
|
|
|
} |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getIsCar()) { |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getIsCar() != null && loanHomevisitInvestigatePropertyDetailsVo.getIsCar()) { |
|
|
|
FinanceForm financeForm47 = new FinanceForm(); |
|
|
|
String carType = ""; |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getCarType() == 1) { |
|
|
|