|
@@ -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);
|
|
|
}
|