|
@ -3373,9 +3373,9 @@ public class BusSalesOrderService extends MybatisBaseService<BusSalesOrderMapper |
|
|
SolutionsDetailsVo solutionsDetailsVo = solutionsDetailsVoResultBean.getData(); |
|
|
SolutionsDetailsVo solutionsDetailsVo = solutionsDetailsVoResultBean.getData(); |
|
|
StringBuilder typeValue = new StringBuilder(); |
|
|
StringBuilder typeValue = new StringBuilder(); |
|
|
if (StringUtils.isNotBlank(solutionsDetailsVo.getTypeKey())) { |
|
|
if (StringUtils.isNotBlank(solutionsDetailsVo.getTypeKey())) { |
|
|
typeValue = typeValue.append("三方金融类型:" + solutionsDetailsVo.getType()); |
|
|
typeValue = typeValue.append("销售类型:" + solutionsDetailsVo.getType()); |
|
|
} else { |
|
|
} else { |
|
|
typeValue = typeValue.append("三方金融类型:" + "-"); |
|
|
typeValue = typeValue.append("销售类型:" + "-"); |
|
|
} |
|
|
} |
|
|
list.add(getValueSpanSize(typeValue.toString(), 1, 0, false)); |
|
|
list.add(getValueSpanSize(typeValue.toString(), 1, 0, false)); |
|
|
if (StringUtils.isNotBlank(solutionsDetailsVo.getTypeKey()) && "02".equals(solutionsDetailsVo.getTypeKey())) { |
|
|
if (StringUtils.isNotBlank(solutionsDetailsVo.getTypeKey()) && "02".equals(solutionsDetailsVo.getTypeKey())) { |
|
|