|
@@ -1360,7 +1360,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
try {
|
|
|
CompletableFuture.runAsync(() -> {
|
|
|
try {
|
|
|
- fYunFileService.copyFileBetweenBucket(sourceBucet, fYunPath, fYunFileConfig.getBucket(), fYunPath);
|
|
|
+ fYunFileService.copyFileBetweenBucket(sourceBucet, fYunPath, fYunFileConfig.getBucket(), newFYunPath);
|
|
|
|
|
|
fdageData.put("uuidtime",time);
|
|
|
fYunFileService.uploadFile(fdageData.toJSONString().getBytes(),newFYunPath+"/data.fdage");
|