提交 3bb8c4ed 编写于 作者: A ascrutae

修复编译失败

上级 f0b5bd6e
......@@ -156,9 +156,9 @@ public class SpanEntry {
public String getSpanType() {
if (clientSpan != null) {
return clientSpan.getSpanType();
return clientSpan.getSpanTypeDesc();
}
return serverSpan.getSpanType();
return serverSpan.getSpanTypeDesc();
}
public String getUserId() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册