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

9 lines
242 B
SQL

create definer = admin@`%` event UpdateRecyclematerialoutput_1_hours on schedule
every '1' HOUR
starts '2023-08-10 08:35:00'
enable
comment '更新循环料产出'
do
call reportdata.UpdateRecyclematerialouput();