This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.tiesheng.springboot-parent</groupId>
|
||||
<artifactId>springboot-parent</artifactId>
|
||||
<version>2.0.27-sb</version>
|
||||
<version>2.0.27-sb1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>springboot-web</artifactId>
|
||||
|
||||
@@ -119,6 +119,8 @@ public class FileUploadService {
|
||||
*/
|
||||
public String chunkMerge(String fileMd5, String fileExt) {
|
||||
|
||||
tieshengWebConfigurer.uploadFileCheck(fileExt);
|
||||
|
||||
// 1,获取文件块的目录
|
||||
FileUploadPath folder = FileUploadPath.folder(fileMd5);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user