mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-13 09:07:49 +08:00
添加TODO 后续实现删除空了的过期日期文件夹
This commit is contained in:
parent
ffc8a530f3
commit
dbf92b96b0
@ -66,6 +66,7 @@ public class CloudRecordTimer {
|
||||
if (cloudRecordItemList.isEmpty()) {
|
||||
continue;
|
||||
}
|
||||
// TODO 后续可以删除空了的过期日期文件夹
|
||||
for (CloudRecordItem cloudRecordItem : cloudRecordItemList) {
|
||||
String date = new File(cloudRecordItem.getFilePath()).getParentFile().getName();
|
||||
JSONObject jsonObject = zlmresTfulUtils.deleteRecordDirectory(mediaServerItem, cloudRecordItem.getApp(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user