录制计划时间精确到分钟

This commit is contained in:
648540858
2025-04-04 23:30:18 +08:00
parent e76d25816a
commit 69f1056836
3 changed files with 11 additions and 2 deletions

View File

@@ -267,5 +267,10 @@ call wvp_20250319();
DROP PROCEDURE wvp_20250319;
DELIMITER ;
/*
* 20250319
*/
update wvp_record_plan_item set start = start * 30, stop = (stop + 1) * 30