diff --git a/README.md b/README.md
index cedefcdf..25412480 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ com.ruoyi
├── ruoyi-common // 通用模块
│ └── ruoyi-common-core // 核心模块
│ └── ruoyi-common-datascope // 权限范围
+│ └── ruoyi-common-datasource // 多数据源
│ └── ruoyi-common-log // 日志记录
│ └── ruoyi-common-redis // 缓存服务
│ └── ruoyi-common-security // 安全模块
@@ -107,7 +108,7 @@ com.ruoyi
 |
-  |
+  |
diff --git a/pom.xml b/pom.xml
index fbd616e1..eac204ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,10 +17,10 @@
UTF-8
UTF-8
1.8
- 2.3.4.RELEASE
- Hoxton.SR8
+ 2.3.7.RELEASE
+ Hoxton.SR9
2.2.3.RELEASE
- 2.3.0
+ 2.3.1
2.1.3
2.9.2
1.5.24
@@ -32,7 +32,7 @@
2.5
1.3.3
1.7
- 1.2.74
+ 1.2.75
8.0.3
4.1.2
2.6.2
diff --git a/ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index-tree.vue.vm b/ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index-tree.vue.vm
index ecc0fbcc..d4c5e42f 100644
--- a/ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index-tree.vue.vm
+++ b/ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index-tree.vue.vm
@@ -253,6 +253,7 @@ import ImageUpload from '@/components/ImageUpload';
#break
#end
#end
+#foreach($column in $columns)
#if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "fileUpload")
import FileUpload from '@/components/FileUpload';
#break