diff --git a/pom.xml b/pom.xml index ad131ee..9b55080 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.27-sb + 2.0.27-sb1 pom springboot-parent 杭州铁晟科技有限公司基础依赖 @@ -58,49 +58,49 @@ com.tiesheng.springboot-parent springboot-database - 2.0.27-sb + 2.0.27-sb1 com.tiesheng.springboot-parent springboot-login - 2.0.27-sb + 2.0.27-sb1 com.tiesheng.springboot-parent springboot-web - 2.0.27-sb + 2.0.27-sb1 com.tiesheng.springboot-parent springboot-util - 2.0.27-sb + 2.0.27-sb1 com.tiesheng.springboot-parent springboot-platform - 2.0.27-sb + 2.0.27-sb1 com.tiesheng.springboot-parent springboot-message - 2.0.27-sb + 2.0.27-sb1 com.tiesheng.springboot-parent springboot-role - 2.0.27-sb + 2.0.27-sb1 com.tiesheng.springboot-parent springboot-annotation - 2.0.27-sb + 2.0.27-sb1 diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml index f185094..3870afd 100644 --- a/springboot-ademo/pom.xml +++ b/springboot-ademo/pom.xml @@ -6,11 +6,11 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.27-sb + 2.0.27-sb1 springboot-ademo - 2.0.27-sb + 2.0.27-sb1 8 diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml index 3476d3d..3be999e 100644 --- a/springboot-annotation/pom.xml +++ b/springboot-annotation/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.27-sb + 2.0.27-sb1 springboot-annotation diff --git a/springboot-database/pom.xml b/springboot-database/pom.xml index bace5a8..7fc509f 100644 --- a/springboot-database/pom.xml +++ b/springboot-database/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.27-sb + 2.0.27-sb1 springboot-database diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml index 61d3127..8fb1ee0 100644 --- a/springboot-login/pom.xml +++ b/springboot-login/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.27-sb + 2.0.27-sb1 springboot-login diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml index 1ae59a6..ffcc59d 100644 --- a/springboot-message/pom.xml +++ b/springboot-message/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.27-sb + 2.0.27-sb1 springboot-message diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml index e270625..9c799fc 100644 --- a/springboot-platform/pom.xml +++ b/springboot-platform/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.27-sb + 2.0.27-sb1 springboot-platform diff --git a/springboot-role/pom.xml b/springboot-role/pom.xml index a378212..662fb48 100644 --- a/springboot-role/pom.xml +++ b/springboot-role/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.27-sb + 2.0.27-sb1 springboot-role diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml index 3b9266e..85ae2ff 100644 --- a/springboot-util/pom.xml +++ b/springboot-util/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.27-sb + 2.0.27-sb1 springboot-util diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml index f7c2160..00baa24 100644 --- a/springboot-web/pom.xml +++ b/springboot-web/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.27-sb + 2.0.27-sb1 springboot-web diff --git a/springboot-web/src/main/java/com/tiesheng/web/service/FileUploadService.java b/springboot-web/src/main/java/com/tiesheng/web/service/FileUploadService.java index 7805f0a..d6575b1 100644 --- a/springboot-web/src/main/java/com/tiesheng/web/service/FileUploadService.java +++ b/springboot-web/src/main/java/com/tiesheng/web/service/FileUploadService.java @@ -119,6 +119,8 @@ public class FileUploadService { */ public String chunkMerge(String fileMd5, String fileExt) { + tieshengWebConfigurer.uploadFileCheck(fileExt); + // 1,获取文件块的目录 FileUploadPath folder = FileUploadPath.folder(fileMd5);