From 3e0bef46aa1690dd4f49c91c5b53c71645a92373 Mon Sep 17 00:00:00 2001 From: lijiahangmax Date: Mon, 15 Apr 2024 21:22:43 +0800 Subject: [PATCH] =?UTF-8?q?:pencil:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/update/v1.0.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/update/v1.0.4.md b/docs/update/v1.0.4.md index 2d43e913..baa324a5 100644 --- a/docs/update/v1.0.4.md +++ b/docs/update/v1.0.4.md @@ -388,7 +388,7 @@ DELETE FROM `dict_key` WHERE `id` >= 36; INSERT INTO `dict_key` VALUES (36, 'execJobStatus', 'INTEGER', '[{\"name\": \"color\", \"type\": \"COLOR\"}]', '计划任务状态', '2024-04-10 16:18:07', '2024-04-11 14:25:05', '1', '1', 0); -- 字典配置值 -DELETE FROM `dict_value` WHERE `id` = 222 OR >= 233; +DELETE FROM `dict_value` WHERE `id` = 222 OR `id` >= 233; INSERT INTO `dict_value` VALUES (222, 2, 'operatorLogType', 'host-terminal:delete-sftp-log', '删除文件操作日志', '{}', 15, '2024-03-05 15:28:00', '2024-04-12 13:47:36', '1', '1', 0); INSERT INTO `dict_value` VALUES (233, 2, 'operatorLogType', 'exec-template:create', '创建执行模板', '{}', 10, '2024-03-07 18:32:41', '2024-04-12 13:48:54', '1', '1', 0); INSERT INTO `dict_value` VALUES (234, 2, 'operatorLogType', 'exec-template:update', '更新执行模板', '{}', 20, '2024-03-07 18:32:41', '2024-04-12 13:48:56', '1', '1', 0);