From d7b68090f75fcb3563a0425dd1a6121faf9374c0 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Thu, 28 Mar 2024 16:12:04 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=A0=87=E5=8D=8F=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E5=88=B0=E6=9C=9F=E6=8F=90=E9=86=92=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=20sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/24年2月变更.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db/24年2月变更.sql b/db/24年2月变更.sql index 032edbfe..e4b69ed9 100644 --- a/db/24年2月变更.sql +++ b/db/24年2月变更.sql @@ -199,3 +199,6 @@ INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `com INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_route`, `is_leaf`, `keep_alive`, `hidden`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`, `external_terminal_show`) VALUES ('1772516892402872322', '1438395037290192897', '批量删除', NULL, NULL, NULL, NULL, 2, 'stardsMember:batchDel', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-03-26 14:52:14', NULL, NULL, 0, 0, '1', 0, 1); INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_route`, `is_leaf`, `keep_alive`, `hidden`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`, `external_terminal_show`) VALUES ('1772516770453483522', '1438395037290192897', '导出', NULL, NULL, NULL, NULL, 2, 'stardsMember:export', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-03-26 14:51:45', NULL, NULL, 0, 0, '1', 0, 1); INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_route`, `is_leaf`, `keep_alive`, `hidden`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`, `external_terminal_show`) VALUES ('1772516671497269249', '1438395037290192897', '新增', '', NULL, NULL, NULL, 2, 'stardsMember:add', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-03-26 14:51:21', NULL, NULL, 0, 0, '1', 0, 1); + +# 标协会员到期提醒定时任务 +INSERT INTO `sys_quartz_job` (`id`, `create_by`, `create_time`, `del_flag`, `update_by`, `update_time`, `job_class_name`, `cron_expression`, `parameter`, `description`, `status`) VALUES ('df26ecacf0f75d219d746750fe84bbee', NULL, NULL, 0, 'LKGLZ', '2024-03-28 16:04:40', 'com.jero.quartz.job.MemberProjectJob', '0 0 1 * * ?', '', '每天发送三个月后会员到期提醒', 0);