|
@@ -86,7 +86,7 @@ public class CaseNumServiceImpl extends ServiceImpl<ICaseNumMapper, CaseNumEntit
|
|
|
uploadToOssUtil.downFormAli(fileName,objPath +"/"+split[split.length-1]);
|
|
|
}
|
|
|
|
|
|
- OBJToGLBUtil.objToGlb(objPath+"/mesh.obj",glbPath);
|
|
|
+ OBJToGLBUtil.objToGlb(objPath,glbPath);
|
|
|
uploadToOssUtil.upload(glbPath,glbOssPath);
|
|
|
return queryPath + "/"+glbOssPath;
|
|
|
}
|