lyhzzz 2 лет назад
Родитель
Сommit
85ea048c3a

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

@@ -208,7 +208,7 @@ public class ModelServiceImpl extends ServiceImpl<IModelMapper, Model> implement
                         String localPath = OBJToGLBUtil.OsgbToB3dm(objPathFile);
 
                         String jsonPath = null;
-                        jsonPath =  FileWriterUtil.checkB3dmTileset(objPathFile);
+                        jsonPath =  FileWriterUtil.checkB3dmTileset(new File(localPath));
                         if(jsonPath == null){
                             throw new BusinessException(-1,"缺少tileset.json文件");