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

8 lines
173 B
SQL

create definer = root@`%` event UpdateMostatus on schedule
every '30' MINUTE
starts '2023-07-07 16:56:53'
enable
do
call mes_sync.UpdateMostatus();