From 3c4c91dc7d61540ea163bc5075bbc6857e779470 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期日, 18 九月 2022 22:58:53 +0800 Subject: [PATCH] update 更改差异命名 与镜像名同步 --- script/sql/update/update-4.2-4.3.sql | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/script/sql/update/update-4.2-4.3.sql b/script/sql/update/update-4.2-4.3.sql index 26a0b3d..c889e4c 100644 --- a/script/sql/update/update-4.2-4.3.sql +++ b/script/sql/update/update-4.2-4.3.sql @@ -3,3 +3,9 @@ delete from sys_menu WHERE menu_id = 116; update sys_config set config_key = 'sys.account.captchaEnabled' where config_id = 4 + +insert into sys_menu values('1050', '璐︽埛瑙i攣', '501', '4', '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:unlock', '#', 'admin', sysdate(), '', null, ''); + +insert into sys_role_menu values ('2', '1050'); + +insert into sys_dict_data values(29, 99, '鍏朵粬', '0', 'sys_oper_type', '', 'info', 'N', '0', 'admin', sysdate(), '', null, '鍏朵粬鎿嶄綔'); -- Gitblit v1.9.3