|
@@ -2044,7 +2044,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
|
|
|
map.put("needUpload", true);
|
|
|
|
|
|
- fYunFileService.uploadFile(file.getInputStream(),ConstantFilePath.OSS_PREFIX.concat(filePath).concat(File.separator).concat(fileName));
|
|
|
+ fYunFileService.uploadFile(file.getInputStream(),ConstantFilePath.OSS_PREFIX.concat(filePath).concat(File.separator).concat(dir).concat(fileName));
|
|
|
File uploadFile = new File(yunFilePath);
|
|
|
String fileMD5 = FileMd5Util.getFileMD5(uploadFile);
|
|
|
|