|
|
@ -503,12 +503,12 @@ public class LoanHomevisitInvestigateService extends MybatisBaseService<LoanHome |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo == null) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setAssetsState(0); |
|
|
|
} else { |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getIsRealEstate()) { |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getIsRealEstate() != null && loanHomevisitInvestigatePropertyDetailsVo.getIsRealEstate()) { |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getPropertyType() == 0 |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigatePropertyDetailsVo.getRealLoanSituation())) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setAssetsState(0); |
|
|
|
} |
|
|
|
} else if (loanHomevisitInvestigatePropertyDetailsVo.getIsCar()) { |
|
|
|
} else if (loanHomevisitInvestigatePropertyDetailsVo.getIsCar() != null && loanHomevisitInvestigatePropertyDetailsVo.getIsCar()) { |
|
|
|
if (loanHomevisitInvestigatePropertyDetailsVo.getCarType() == 0 |
|
|
|
|| StringUtils.isBlank(loanHomevisitInvestigatePropertyDetailsVo.getCarLoanSituation())) { |
|
|
|
loanHomeVisitInvestigateInitReportStateVo.setAssetsState(0); |
|
|
|