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