修改如果返回值为null,parameter的ret赋值为null
This commit is contained in:
parent
98b5085f53
commit
c9b6eadeb9
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue