From 483fe84a47d1e94dfd072ea54aa53092b0fd1ef0 Mon Sep 17 00:00:00 2001 From: x_z Date: Mon, 19 Dec 2022 14:48:09 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-admin/src/main/resources/schemas/schema_v2.1.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api-admin/src/main/resources/schemas/schema_v2.1.sql b/api-admin/src/main/resources/schemas/schema_v2.1.sql index 873aa2dd..85332962 100644 --- a/api-admin/src/main/resources/schemas/schema_v2.1.sql +++ b/api-admin/src/main/resources/schemas/schema_v2.1.sql @@ -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 表名 \ No newline at end of file