|
@@ -176,7 +176,7 @@ public class BoxModelServiceImpl implements IBoxModelService {
|
|
|
this.updateBoxModels(sceneEditInfo, boxModels);
|
|
|
|
|
|
//删除oss文件
|
|
|
- String glbKey = String.format(UploadFilePath.USER_EDIT_PATH, param.getNum()) + "boxModels/" + param.getSid() + "glb";
|
|
|
+ String glbKey = String.format(UploadFilePath.USER_EDIT_PATH, param.getNum()) + "boxModels/" + param.getSid() + ".glb";
|
|
|
fYunFileService.deleteFile(glbKey);
|
|
|
String modelPath = String.format(UploadFilePath.USER_EDIT_PATH, param.getNum()) + "boxModels/" + param.getSid();
|
|
|
fYunFileService.deleteFolder(modelPath);
|