Fix the bug that resource name displayed in ClusterNode-related command APIs for SphU.entry(method) is incorrect (#1078)
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
parent
94026399bf
commit
826447bc82
|
|
@ -47,7 +47,7 @@ public class MethodResourceWrapper extends ResourceWrapper {
|
|||
|
||||
@Override
|
||||
public String getShowName() {
|
||||
return IdUtil.truncate(this.name);
|
||||
return name;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue