提交 ab208b1d 编写于 作者: Z zhangxin10

添加对BusinessKey属性的拷贝

上级 8c311b17
......@@ -15,6 +15,7 @@ public class CopyAttrFilter extends SpanNodeProcessFilter {
node.setParentLevelId(spanEntry.getParentLevelId());
node.setViewPoint(spanEntry.getViewPoint());
node.setUserId(spanEntry.getUserId());
node.setBusinessKey(spanEntry.getBusinessKey());
if (getNextProcessChain() != null) {
getNextProcessChain().doFilter(spanEntry, node, costMap);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册