lyhzzz hai 4 meses
pai
achega
a9ac84b411

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

@@ -174,7 +174,7 @@ public class CommonUploadServiceImpl extends ServiceImpl<ICommonUploadMapper, Co
     }
     }
 
 
     private String uploadB3dm(String unzipPath, File modelFile) {
     private String uploadB3dm(String unzipPath, File modelFile) {
-        String b3dmJsonPath = FileWriterUtil.checkB3dmTileset(new File(OssPath.localPath + unzipPath));
+        String b3dmJsonPath = FileWriterUtil.checkB3dmTileset(new File( unzipPath));
         if(b3dmJsonPath == null){
         if(b3dmJsonPath == null){
             throw new BusinessException(ResultCode.UPLOAD_FILE_OBJ_ERROR);
             throw new BusinessException(ResultCode.UPLOAD_FILE_OBJ_ERROR);
         }
         }