|
@@ -181,11 +181,11 @@ public class CaseVideoServiceImpl extends ServiceImpl<ICaseVideoMapper, CaseVide
|
|
|
redisUtil.set(RedisKeyUtil.mergerVideoKey + videoFolder.getVideoFolderId(), "-1");
|
|
|
log.info("合并视频出错:",e);
|
|
|
}finally {
|
|
|
- for (String path : filePathSetAll) {
|
|
|
- FileUtil.del(path);
|
|
|
- }
|
|
|
- FileUtil.del(mergeLocalPath);
|
|
|
- FileUtil.del(mergeLocalPathImg);
|
|
|
+// for (String path : filePathSetAll) {
|
|
|
+// FileUtil.del(path);
|
|
|
+// }
|
|
|
+// FileUtil.del(mergeLocalPath);
|
|
|
+// FileUtil.del(mergeLocalPathImg);
|
|
|
}
|
|
|
}
|
|
|
}).start();
|