From 94dc85d75a4abdb650db764632c4c7e8a476d4a8 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Wed, 8 Sep 2021 20:18:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.1.2=E3=80=91=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E7=9A=84=E7=BC=96=E7=A0=81=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E8=B7=AF=E7=94=B1=E8=B7=AF=E5=BE=84=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mysql/V7.1.2_20210908_2000__update_app_code.sql | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/db/migration/mysql/V7.1.2_20210908_2000__update_app_code.sql b/src/main/resources/db/migration/mysql/V7.1.2_20210908_2000__update_app_code.sql index e9de3230..ad7865f5 100644 --- a/src/main/resources/db/migration/mysql/V7.1.2_20210908_2000__update_app_code.sql +++ b/src/main/resources/db/migration/mysql/V7.1.2_20210908_2000__update_app_code.sql @@ -1,3 +1,2 @@ -UPDATE `sys_app` SET `app_name` = '系统应用', `app_code` = 'appSystem', `app_icon` = 'SettingTwoTone', `active_flag` = 'Y', `status_flag` = 1, `del_flag` = 'N', `create_time` = '2020-03-25 19:07:00', `create_user` = 1265476890672672808, `update_time` = '2021-08-25 16:00:07', `update_user` = 1339550467939639299 WHERE `app_id` = 1265476890672672821; -UPDATE `sys_app` SET `app_name` = '工作流平台', `app_code` = 'appWorkflow', `app_icon` = 'LaptopOutlined', `active_flag` = 'N', `status_flag` = 1, `del_flag` = 'N', `create_time` = '2021-06-25 21:26:02', `create_user` = 1339550467939639299, `update_time` = '2021-09-08 20:03:06', `update_user` = 1339550467939639299 WHERE `app_id` = 1408416193559785473; -UPDATE `sys_app` SET `app_name` = '租户管理', `app_code` = 'appTenant', `app_icon` = 'UserOutlined', `active_flag` = 'N', `status_flag` = 1, `del_flag` = 'N', `create_time` = '2021-08-12 21:45:48', `create_user` = 1339550467939639299, `update_time` = '2021-09-08 20:03:24', `update_user` = 1339550467939639299 WHERE `app_id` = 1425815785095831554; \ No newline at end of file +UPDATE `sys_app` SET `app_code` = 'systemApp' WHERE `app_code` = 'system'; +UPDATE `sys_menu` SET `app_code` = 'systemApp' WHERE `app_code` = 'system'; \ No newline at end of file