|
@@ -426,14 +426,6 @@ public class ScenePlusServiceImpl extends ServiceImpl<IScenePlusMapper, ScenePlu
|
|
|
}
|
|
|
sceneDelLogService.saveLog(scenePlus.getNum(),userId);
|
|
|
}
|
|
|
- scenePlusService.removeByIds(plusIds);
|
|
|
- scenePlusExtService.removeByPlusIds(plusIds);
|
|
|
-// folderSceneService.delBySceneId(plusIds);
|
|
|
-//
|
|
|
-// //恢复相机使用容量
|
|
|
-// if(cameraMap.size() >0){
|
|
|
-// cameraDetailService.addUsedSpace(cameraMap);
|
|
|
-// }
|
|
|
|
|
|
//删除编辑和展示文件
|
|
|
for (ScenePlus plus : plusList) {
|
|
@@ -442,6 +434,8 @@ public class ScenePlusServiceImpl extends ServiceImpl<IScenePlusMapper, ScenePlu
|
|
|
ossUtil.deleteObject(bucket, String.format(UploadFilePath.VIEW_PATH, plus.getNum()));
|
|
|
ossUtil.deleteObject(bucket, String.format(UploadFilePath.EDIT_PATH, plus.getNum()));
|
|
|
}
|
|
|
+ scenePlusService.removeByIds(plusIds);
|
|
|
+ scenePlusExtService.removeByPlusIds(plusIds);
|
|
|
|
|
|
//删除原始资源文件
|
|
|
for (Long key : plusMap.keySet()) {
|