diff --git a/pom.xml b/pom.xml
index ceebd67..52637f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.1.1
+ 1.1.2
pom
springboot-parent
杭州铁晟科技有限公司基础依赖
@@ -57,55 +57,55 @@
com.tiesheng.springboot-parent
springboot-database
- 1.1.1
+ 1.1.2
com.tiesheng.springboot-parent
springboot-login
- 1.1.1
+ 1.1.2
com.tiesheng.springboot-parent
springboot-web
- 1.1.1
+ 1.1.2
com.tiesheng.springboot-parent
springboot-util
- 1.1.1
+ 1.1.2
com.tiesheng.springboot-parent
springboot-platform
- 1.1.1
+ 1.1.2
com.tiesheng.springboot-parent
springboot-message
- 1.1.1
+ 1.1.2
com.tiesheng.springboot-parent
springboot-encrypt
- 1.1.1
+ 1.1.2
com.tiesheng.springboot-parent
springboot-annotation
- 1.1.1
+ 1.1.2
com.tiesheng.springboot-parent
springboot-poi
- 1.1.1
+ 1.1.2
diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml
index 796a898..0a3183d 100644
--- a/springboot-ademo/pom.xml
+++ b/springboot-ademo/pom.xml
@@ -6,11 +6,11 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.1.1
+ 1.1.2
springboot-ademo
- 1.1.1
+ 1.1.2
8
diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml
index 1674041..1002276 100644
--- a/springboot-annotation/pom.xml
+++ b/springboot-annotation/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.1.1
+ 1.1.2
springboot-annotation
diff --git a/springboot-database/pom.xml b/springboot-database/pom.xml
index 60fab85..ec8ccb3 100644
--- a/springboot-database/pom.xml
+++ b/springboot-database/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.1.1
+ 1.1.2
springboot-database
diff --git a/springboot-encrypt/pom.xml b/springboot-encrypt/pom.xml
index cea25a6..afcbbd2 100644
--- a/springboot-encrypt/pom.xml
+++ b/springboot-encrypt/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.1.1
+ 1.1.2
springboot-encrypt
diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml
index 57b4e70..9dff645 100644
--- a/springboot-login/pom.xml
+++ b/springboot-login/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.1.1
+ 1.1.2
springboot-login
diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml
index 1112519..1195c45 100644
--- a/springboot-message/pom.xml
+++ b/springboot-message/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.1.1
+ 1.1.2
springboot-message
diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml
index b7889ed..44c17f2 100644
--- a/springboot-platform/pom.xml
+++ b/springboot-platform/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.1.1
+ 1.1.2
springboot-platform
diff --git a/springboot-poi/pom.xml b/springboot-poi/pom.xml
index bceb801..9a360fd 100644
--- a/springboot-poi/pom.xml
+++ b/springboot-poi/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.1.1
+ 1.1.2
springboot-poi
diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml
index cff0e0e..159eb95 100644
--- a/springboot-util/pom.xml
+++ b/springboot-util/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.1.1
+ 1.1.2
springboot-util
diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml
index 90fcd79..8e0675e 100644
--- a/springboot-web/pom.xml
+++ b/springboot-web/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 1.1.1
+ 1.1.2
springboot-web
diff --git a/springboot-web/src/main/java/com/tiesheng/core/pojos/dto/TemplateDealDTO.java b/springboot-web/src/main/java/com/tiesheng/core/pojos/dto/TemplateDealDTO.java
index 756f2df..402f02a 100644
--- a/springboot-web/src/main/java/com/tiesheng/core/pojos/dto/TemplateDealDTO.java
+++ b/springboot-web/src/main/java/com/tiesheng/core/pojos/dto/TemplateDealDTO.java
@@ -8,7 +8,6 @@ public class TemplateDealDTO {
private String templateId;
@NotEmpty(message = "文件路径必填")
private String file;
- @NotEmpty(message = "文件参数必填")
private Object params;
///////////////////////////////////////////////////////////////////////////