|
@@ -120,11 +120,11 @@ public class CaseNumServiceImpl extends ServiceImpl<ICaseNumMapper, CaseNumEntit
|
|
|
String localPath = objPath +"/"+split[split.length-1];
|
|
|
uploadToOssUtil.downFormAli(fileName,localPath);
|
|
|
}
|
|
|
+ OBJToGLBUtil.objToGlb(objPath,glbPath );
|
|
|
File file = new File(glbPath);
|
|
|
if(file!=null){
|
|
|
model.setModelSize(file.length());
|
|
|
}
|
|
|
- OBJToGLBUtil.objToGlb(objPath,glbPath );
|
|
|
uploadToOssUtil.uploadOss(glbPath,glbOssPath);
|
|
|
FileUtil.del(objPath);
|
|
|
return queryPath + "/"+glbOssPath;
|