YZ_MES/数据库迁移sql/存储过程&定时任务/定时任务/UpdateRecyclematerialoutput...

9 lines
222 B
SQL

create definer = root@`%` event UpdateRecyclematerialoutput on schedule
every '1' HOUR
starts '2023-07-08 08:32:38'
enable
comment '更新循环料产出'
do
call UpdateRecyclematerialouput();