lyhzzz 4 månader sedan
förälder
incheckning
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) {
-        String b3dmJsonPath = FileWriterUtil.checkB3dmTileset(new File(OssPath.localPath + unzipPath));
+        String b3dmJsonPath = FileWriterUtil.checkB3dmTileset(new File( unzipPath));
         if(b3dmJsonPath == null){
             throw new BusinessException(ResultCode.UPLOAD_FILE_OBJ_ERROR);
         }