临时提交

This commit is contained in:
lin
2025-04-25 18:04:51 +08:00
parent 1dc65330fc
commit e2678f39e3
7 changed files with 174 additions and 5 deletions

View File

@@ -81,7 +81,6 @@ public class RecordPlanServiceImpl implements IRecordPlanService {
@Scheduled(fixedRate = 1, timeUnit = TimeUnit.MINUTES)
public void execution() {
log.info("[录制计划] 执行");
// 查询现在需要录像的通道Id
List<Integer> startChannelIdList = queryCurrentChannelRecord();
@@ -221,7 +220,7 @@ public class RecordPlanServiceImpl implements IRecordPlanService {
}
}
// TODO 更新录像队列
}
@Override