lyhzzz 3 ay önce
ebeveyn
işleme
30f045a767

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

@@ -199,7 +199,7 @@ public class CommonUploadServiceImpl extends ServiceImpl<ICommonUploadMapper, Co
             throw new BusinessException(ResultCode.UPLOAD_FILE_ERROR);
         }
         FileUtil.del(unzipPath);
-        return  ossUrlPrefix +  localGlbPath.replace(OssPath.localPath,"");
+        return    localGlbPath.replace(OssPath.localPath,"");
     }
 
     private String uploadB3dm(String unzipPath, File modelFile) {