提交 22881da4 作者: 沈振路

文本构造

上级 82e15b24
......@@ -157,7 +157,7 @@ public class CustomerDelayTextServiceImpl extends ServiceImpl<CustomerGraphicsDe
} else if (CustomerCommonConstant.COMMON_NEWS_TYPE_LIST.contains(newsType)){
context = item.getTextContent();
}
if (ObjectUtil.isNotNull(context) && StringUtils.isNotEmpty(item.getReferral())) {
if (ObjectUtil.isNotNull(context)) {
// 拼接的要替换链接
if (StringUtils.isNotEmpty(item.getReferral())) {
mainH5Content.append(context.replace(CustomerCommonConstant.CUSTOMER_TEXT_URL_PLACEHOLDER, item.getReferral()));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论