提交 c9b6eade 编写于 作者: A ascrutae

修改如果返回值为null,parameter的ret赋值为null

上级 98b5085f
......@@ -210,7 +210,7 @@ public class Span {
public void setInvokeResult(String result){
if (result == null){
result = "";
result = "null";
}
this.parameters.put(INVOKE_RESULT_PARAMETER_KEY, result);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册