|
@@ -124,7 +124,7 @@ public class ThreadService {
|
|
|
}
|
|
|
redisUtil.set(RedisKeyUtil.modelUpload+model.getModelId(),"80");
|
|
|
|
|
|
- String replace = b3dmJsonPath.replace(FilePath.MNT_BASE_PATH, "fusion/test");
|
|
|
+ String replace = b3dmJsonPath.replace(FilePath.MNT_BASE_PATH, "fusion/"+environment+"/");
|
|
|
File file2 = new File(replace);
|
|
|
ShellUtil.yunUpload(localPath,file2.getParent());
|
|
|
model.setModelGlbUrl((JSONArray.toJSONString(Arrays.asList(queryPath + replace))));
|