1.添加定时任务sql

wms_pzh
x_z 3 years ago
parent 918e77ba54
commit 483fe84a47

@ -16,4 +16,6 @@ INSERT ignore INTO system_param_config ( id, parentId, paramName, paramKey, par
VALUES
( 20009, 0, '删除30天数据', 'ScheduledDeletion', '1', 1, 0, '1:是0' );
INSERT ignore INTO sys_scheduled (`cronName`, `cron`, `customerId`, `remark`) VALUES ('downloadSpDataTask', '0 0/1 * * * ?', NULL, '立即下载自助平台数据');
-- 创建表时必须 create table if not exists 表名
Loading…
Cancel
Save