录制计划时间精确到分钟
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user