提交 99a90b72 作者: 沈振路

延时客服复用时不copy操作人和时间

上级 c3def22a
......@@ -455,7 +455,7 @@ public class CustomerServiceCommonAsyncComponent {
} else if (CustomerCommonConstant.COMMON_NEWS_TYPE_LIST.contains(newsType)){
context = targetReferralEntity.getTextContent();
}
if (ObjectUtil.isNotNull(context)) {
if (ObjectUtil.isNotNull(context) && StringUtils.isNotEmpty(referral)) {
// 拼接的要替换链接
h5Context.append(context.replace(CustomerCommonConstant.CUSTOMER_TEXT_URL_PLACEHOLDER, referral));
if (idx != sourceReferralList.size()) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论