|
|
@ -226,8 +226,10 @@ public class LoanFinOtherPolicyService extends MybatisBaseService<LoanFinOtherPo |
|
|
|
otherPolicyName = otherPolicyName + entity.getMaxLoanRatio(); |
|
|
|
} |
|
|
|
entity.setOtherPolicyName(otherPolicyName); |
|
|
|
if (StringUtils.isNotBlank(useDeptSid)){ |
|
|
|
entity.setUseDeptSids(useDeptSid.substring(0,useDeptSid.lastIndexOf(","))); |
|
|
|
entity.setUseDeptNames(useDeptName.substring(0,useDeptName.lastIndexOf(","))); |
|
|
|
} |
|
|
|
List<String> vehTypeKeyList = dto.getVehTypeKeyList(); |
|
|
|
List<String> vehTypeValueList = dto.getVehTypeValueList(); |
|
|
|
String vehTypeKey = ""; |
|
|
|