提交 d500d509 作者: 沈振路

备注

上级 e1ee1826
...@@ -326,7 +326,7 @@ public class CustomerGraphicsServiceImpl extends ServiceImpl<CustomerGraphicsMap ...@@ -326,7 +326,7 @@ public class CustomerGraphicsServiceImpl extends ServiceImpl<CustomerGraphicsMap
//根据客服id找不同公众号的链接,并按appId分组 //根据客服id找不同公众号的链接,并按appId分组
List<ReferralEntityVo> referralList = referralEntityService.findReferralByCustomerGraphicsId(customerGraphics.getId()); List<ReferralEntityVo> referralList = referralEntityService.findReferralByCustomerGraphicsId(customerGraphics.getId());
// 提取出其中的自定义链接 // 提取出其中的自定义链接(因为自定义链接是不会在生成链接的时候跟随公众号生成的,所有公众号用的都是一样的)
List<ReferralEntityVo> customLinkList = referralList.stream() List<ReferralEntityVo> customLinkList = referralList.stream()
.filter(v -> StringUtils.isBlank(v.getAppid()) && StringUtils.isNotBlank(v.getReferral())) .filter(v -> StringUtils.isBlank(v.getAppid()) && StringUtils.isNotBlank(v.getReferral()))
.filter(v -> v.getNewsType() != null && v.getNewsType() == -1) .filter(v -> v.getNewsType() != null && v.getNewsType() == -1)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论