Ver código fonte

Merge branch 'hotfix-35274-20230321-dsx' into test

dsx 2 anos atrás
pai
commit
62e0b206a0

+ 1 - 1
src/main/java/com/fdkankan/contro/service/impl/SceneFileBuildServiceImpl.java

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