lyhzzz hace 1 año
padre
commit
82011ef33f

+ 1 - 1
src/main/java/com/fdkankan/fusion/service/impl/ThreadService.java

@@ -115,7 +115,7 @@ public class ThreadService {
 
             if("las".equals(model.getModelType()) || "ply".equals(model.getModelType()) ){
                 mntFile =  OBJToGLBUtil.lasOrPlyToBin(file1);
-                String ossPath = mntFile.getPath().replace("/mnt/","")+"/webcloud";
+                String ossPath = mntFile.getPath().replace("/mnt/","");
                 redisUtil.set(RedisKeyUtil.modelUpload+model.getModelId(),"65");
                 ShellUtil.yunUpload(mntFile.getPath(),ossPath);