fix getAttachment, return default value (#10008)
This commit is contained in:
parent
a2f1650526
commit
81bad75b7b
|
|
@ -513,7 +513,7 @@ public class RpcInvocation implements Invocation, Serializable {
|
|||
return strValue;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
return defaultValue;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
|
|
|
|||
Loading…
Reference in New Issue