|
|
@ -3559,6 +3559,14 @@ public class BusSalesOrderService extends MybatisBaseService<BusSalesOrderMapper |
|
|
|
list.add(getValueSpanSize(typeValue.toString(), 1, 0, false)); |
|
|
|
|
|
|
|
if (StringUtils.isNotBlank(solutionsDetailsVo.getTypeKey()) && "02".equals(solutionsDetailsVo.getTypeKey())) { |
|
|
|
//资方及产品政策
|
|
|
|
StringBuilder polivyNameValue = new StringBuilder(); |
|
|
|
if (StringUtils.isNotBlank(solutionsDetailsVo.getPolicyName())) { |
|
|
|
polivyNameValue = polivyNameValue.append("资方及产品政策:").append(solutionsDetailsVo.getPolicyName()); |
|
|
|
} else { |
|
|
|
polivyNameValue = polivyNameValue.append("资方及产品政策:").append("-"); |
|
|
|
} |
|
|
|
list.add(getValueSpanSize(polivyNameValue.toString(), 2, 0, false)); |
|
|
|
list.add(getValueSpanSize("融资项目", 2, 1, true)); |
|
|
|
//厂家贴息
|
|
|
|
StringBuilder factoryDiscountValue = new StringBuilder(); |
|
|
|