Commit 32ae97c7 authored by yanzg's avatar yanzg

修改实例化关系

parent 534c2e5c
...@@ -1016,7 +1016,7 @@ public class StringHelper { ...@@ -1016,7 +1016,7 @@ public class StringHelper {
*/ */
public static String getIdShort(String from, Object... args) { public static String getIdShort(String from, Object... args) {
String id = getId(args); String id = getId(args);
return from.replaceFirst(id, ""); return from.replaceFirst(id + ":", "");
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment