|
|
@ -709,9 +709,23 @@ public class LoanHomevisitPrepService extends MybatisBaseService<LoanHomevisitPr |
|
|
|
map.put("df","☑"); |
|
|
|
} |
|
|
|
//连带还款责任 □丙方、 □丁方、 □戊方、 □己方为连带还款人
|
|
|
|
map.put("bf","□"); |
|
|
|
map.put("mf","□"); |
|
|
|
map.put("yfwldhk","□"); |
|
|
|
if (StringUtils.isNotBlank(homeKcCust.getSpouseName())){ |
|
|
|
map.put("bf","☑"); |
|
|
|
}else { |
|
|
|
map.put("bf","□"); |
|
|
|
} |
|
|
|
String partyE = (String) map.get("partyE"); |
|
|
|
if (StringUtils.isNotBlank(partyE)){ |
|
|
|
map.put("mf","☑"); |
|
|
|
}else { |
|
|
|
map.put("mf","□"); |
|
|
|
} |
|
|
|
String partyF = (String) map.get("partyF"); |
|
|
|
if (StringUtils.isNotBlank(partyF)){ |
|
|
|
map.put("yfwldhk","☑"); |
|
|
|
}else { |
|
|
|
map.put("yfwldhk","□"); |
|
|
|
} |
|
|
|
if ("0".equals(homeKcCust.getIsSecurity())){ |
|
|
|
map.put("dfTwo","☑"); |
|
|
|
}else if ("1".equals(homeKcCust.getIsSecurity())){ |
|
|
|