|
|
@ -618,6 +618,11 @@ public class LoanSolutionsService extends MybatisBaseService<LoanSolutionsMapper |
|
|
|
loanSolutions.setType(dto.getType()); |
|
|
|
loanSolutions.setTypeKey(dto.getTypeKey()); |
|
|
|
} |
|
|
|
//产品政策名称
|
|
|
|
String policyName = dto.getPolicyName(); |
|
|
|
if (StringUtils.isNotBlank(policyName)) { |
|
|
|
loanSolutions.setPolicyName(policyName); |
|
|
|
} |
|
|
|
if (StringUtils.isBlank(dto.getFactoryDiscount())) { |
|
|
|
loanSolutions.setFactoryDiscount(new BigDecimal(BigInteger.ZERO)); |
|
|
|
} else { |
|
|
|