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