111
k94314517
2025-04-14 abbe8408d07e4f1ac5e7a96e20638f346338cc3a
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) {