fix(测试跟踪): 导入xmind用例失败

--bug=1018422 --user=陈建星 【测试跟踪】导入xmind用例失败 https://www.tapd.cn/55049933/s/1267829
This commit is contained in:
chenjianxing 2022-10-19 16:56:34 +08:00 committed by jianxing
parent 44138e661e
commit 913e4b1ce9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class XmindZen {
transferNotes(rootTopic);
Map children = rootTopic.get("children");
recursionChildren(children);
contents.add(jsonObject.toString());
contents.add(JSON.toJSONString(jsonObject));
}
return contents;
}