|
@@ -143,9 +143,9 @@ public class CaseNumServiceImpl extends ServiceImpl<ICaseNumMapper, CaseNumEntit
|
|
|
model.setModelSize(FileWriterUtil.setFileSize(file.length()));
|
|
|
uploadToOssUtil.uploadOss(glbPath,glbOssPath);
|
|
|
FileUtil.del(objPath);
|
|
|
- String ossglbPath = queryPath + "/"+glbOssPath;
|
|
|
+ String ossglbPath = queryPath +glbOssPath;
|
|
|
model.setModelObjUrl(objPath +"/mesh");
|
|
|
- model.setModelObjUrl(ossglbPath);
|
|
|
+ model.setModelGlbUrl(ossglbPath);
|
|
|
}
|
|
|
|
|
|
|