ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/text/Convert.java
@@ -313,7 +313,7 @@ * 转换为Integer数组<br> * * @param split 分隔符 * @param split 被转换的值 * @param str 被转换的值 * @return 结果 */ public static Integer[] toIntArray(String split, String str) @@ -370,7 +370,7 @@ * 转换为String数组<br> * * @param split 分隔符 * @param split 被转换的值 * @param str 被转换的值 * @return 结果 */ public static String[] toStrArray(String split, String str)