更新readme, 增加数据库更新脚本

This commit is contained in:
lin
2025-03-12 14:28:50 +08:00
parent b904e594a1
commit 009f1cb0f3
4 changed files with 34 additions and 4 deletions

View File

@@ -79,7 +79,6 @@ public class RecordPlanServiceImpl implements IRecordPlanService {
Map<Integer, StreamInfo> recordStreamMap = new HashMap<>();
// @Scheduled(cron = "0 */30 * * * *")
@Scheduled(fixedRate = 10, timeUnit = TimeUnit.MINUTES)
public void execution() {
log.info("[录制计划] 执行");