From 51f9963fd214f0982e22a40f0b675d11f2243dee Mon Sep 17 00:00:00 2001 From: luozukai Date: Fri, 14 Jun 2019 13:31:20 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=B3=BB=E7=BB=9F][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=8F=9C=E5=8D=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/db/migration/V201906141150__L_ALTER_MENU.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201906141150__L_ALTER_MENU.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201906141150__L_ALTER_MENU.sql b/mallinkAdmin/src/main/resources/db/migration/V201906141150__L_ALTER_MENU.sql new file mode 100644 index 000000000..9bbb5f9eb --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201906141150__L_ALTER_MENU.sql @@ -0,0 +1,4 @@ +update mall_permission set name = '多经点位租金合同' where name ='多经点位租赁合同'; +INSERT INTO `mall_permission` (`id`, `name`, `parent_id`, `available`, `permission`, `resource_type`, `module_color`, `module_color_num`, `url`, `icon`, `version_type`, `sort`) +VALUES + (305, '多经点位租赁合同', 3, 'Y', NULL, 1, NULL, NULL, 'pointLeaselist', 'icon-wuyehetong', 0, 305); \ No newline at end of file