Prechádzať zdrojové kódy

Merge branch 'release-v4.13.4' into test

dengsixing 6 mesiacov pred
rodič
commit
851da83c7d

+ 1 - 1
src/main/java/com/fdkankan/scene/service/impl/BoxModelServiceImpl.java

@@ -184,7 +184,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);