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