fix lost tags

This commit is contained in:
ascrutae 2017-06-26 11:26:24 +08:00
parent 0b4b4b1759
commit 6081f7f7b1
1 changed files with 1 additions and 1 deletions

View File

@ -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) {