MrShi
2025-03-20 a96b9978f5a4f183a2ed1c2b36562d51168fae6f
server/services/src/main/java/com/doumee/core/utils/StringTools.java
@@ -170,7 +170,7 @@
            index++;
        }
        String result = str.substring(index);
        return str;
        return result;
    }
    public static int[] toArray(Collection<Integer> list) {