|
@@ -124,7 +124,7 @@ public class ModelServiceImpl extends ServiceImpl<IModelMapper, Model> implement
|
|
model.setModelDateType("las");
|
|
model.setModelDateType("las");
|
|
model.setModelType("las");
|
|
model.setModelType("las");
|
|
}
|
|
}
|
|
- if(model.getModelType().equals("las") || model.getModelType().equals("ply")){
|
|
|
|
|
|
+ if("las".equals(model.getModelType()) || "ply".equals(model.getModelType()) ){
|
|
glbOssPath = glbOssPath.replace("model","model_"+model.getModelId());
|
|
glbOssPath = glbOssPath.replace("model","model_"+model.getModelId());
|
|
glbOssPath = glbOssPath.replace("glb","res");
|
|
glbOssPath = glbOssPath.replace("glb","res");
|
|
glbOssPath = glbOssPath.replace("mesh.glb","webcloud");
|
|
glbOssPath = glbOssPath.replace("mesh.glb","webcloud");
|