diff --git a/pom.xml b/pom.xml
index 9b1b14a1..a4ecfae2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,29 +6,29 @@
com.ruoyi
ruoyi
- 3.1.0
+ 3.2.0
ruoyi
http://www.ruoyi.vip
若依微服务系统
- 3.1.0
+ 3.2.0
UTF-8
UTF-8
1.8
- 2.5.4
+ 2.5.5
2020.0.4
2021.1
2.0.3
- 2.5.1
+ 2.5.2
2.2.0
3.0.0
1.6.2
1.27.2
2.3.2
- 1.3.1
- 1.2.6
+ 1.4.0
+ 1.2.8
3.4.1
2.11.0
1.4
diff --git a/ruoyi-api/pom.xml b/ruoyi-api/pom.xml
index 552d66a4..aa8ccde0 100644
--- a/ruoyi-api/pom.xml
+++ b/ruoyi-api/pom.xml
@@ -4,7 +4,7 @@
com.ruoyi
ruoyi
- 3.1.0
+ 3.2.0
4.0.0
diff --git a/ruoyi-api/ruoyi-api-system/pom.xml b/ruoyi-api/ruoyi-api-system/pom.xml
index 7cf8df02..7b3a4649 100644
--- a/ruoyi-api/ruoyi-api-system/pom.xml
+++ b/ruoyi-api/ruoyi-api-system/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-api
- 3.1.0
+ 3.2.0
4.0.0
diff --git a/ruoyi-auth/pom.xml b/ruoyi-auth/pom.xml
index cb41993e..f0459836 100644
--- a/ruoyi-auth/pom.xml
+++ b/ruoyi-auth/pom.xml
@@ -4,7 +4,7 @@
com.ruoyi
ruoyi
- 3.1.0
+ 3.2.0
4.0.0
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index a91432a6..96ecdf98 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -4,7 +4,7 @@
com.ruoyi
ruoyi
- 3.1.0
+ 3.2.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml
index b03079c3..f1bdf56e 100644
--- a/ruoyi-common/ruoyi-common-core/pom.xml
+++ b/ruoyi-common/ruoyi-common-core/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 3.1.0
+ 3.2.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/poi/ExcelUtil.java b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/poi/ExcelUtil.java
index 68483e56..d3143984 100644
--- a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/poi/ExcelUtil.java
+++ b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/poi/ExcelUtil.java
@@ -237,22 +237,15 @@ public class ExcelUtil
}
}
// 有数据时才处理 得到类的所有field.
- Field[] allFields = clazz.getDeclaredFields();
- // 定义一个map用于存放列的序号和field.
- Map fieldsMap = new HashMap();
- for (int col = 0; col < allFields.length; col++)
+ List