|
@@ -103,7 +103,7 @@ public class CaseNumServiceImpl extends ServiceImpl<ICaseNumMapper, CaseNumEntit
|
|
|
model.setModelType("pointcloud"); //深时点云类型
|
|
|
model.setCreateStatus(1);
|
|
|
if(param.getType() == 0 || param.getType() == 1 || param.getType() == 4 || param.getType() == 6){ //看看,看见
|
|
|
- String mesh3DtilesPath = String.format(FilePath.OBJ_OSS_PATH,num) + "images/3dtiles/tileset.json";
|
|
|
+ String mesh3DtilesPath = String.format(FilePath.OBJ_OSS_PATH,num) + "/images/3dtiles/tileset.json";
|
|
|
if(uploadToOssUtil.existKey(mesh3DtilesPath)){
|
|
|
model.setModelDateType("b3dm");
|
|
|
model.setModelType("b3dm");
|