提交 cf2d0c7f 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Merge pull request #244 from ascrutae/zhangxin/fix/lost-int-tags

Fix issue that lost some integer tags
......@@ -383,7 +383,7 @@ public class Span implements AbstractSpan {
}
}
if (span.tagsWithInt != null) {
if (tagWithInt != null) {
if (tagWithInt == null) {
tagWithInt = new JsonObject();
}
for (IntTagItem item : span.tagsWithInt) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册