dengsixing 5 달 전
부모
커밋
1e8986e322
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/fdkankan/jp/xspace/service/impl/UnityServiceImpl.java

+ 1 - 1
src/main/java/com/fdkankan/jp/xspace/service/impl/UnityServiceImpl.java

@@ -181,7 +181,7 @@ public class UnityServiceImpl implements IUnityService {
         List<File> files = FileUtil.loopFiles(boxModelPath);
         if(CollUtil.isNotEmpty(files)){
             files.stream().forEach(file->{
-                fYunFileService.uploadFile(file.getAbsolutePath(), file.getAbsolutePath().replace(boxModelPath, ossBoxModelPath));
+                fYunFileService.uploadFile(file.getAbsolutePath(), file.getAbsolutePath().replace(boxModelPath, xspaceSceneOssPath));
             });
         }