MrShi
2025-09-15 856f526f823f5dad88c28657d82f971ff66afb1e
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) {