From 1f6bf36deb09d31c8201524bfa1a8a690a06d366 Mon Sep 17 00:00:00 2001 From: luozukai Date: Wed, 17 Jul 2019 19:19:47 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=B3=BB=E7=BB=9F][=E6=B7=BB=E5=8A=A0][?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=B5=E8=A1=A8=E8=8F=9C=E5=8D=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/db/migration/V201907171915__L_ADD_MENU.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201907171915__L_ADD_MENU.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201907171915__L_ADD_MENU.sql b/mallinkAdmin/src/main/resources/db/migration/V201907171915__L_ADD_MENU.sql new file mode 100644 index 000000000..219a4df9e --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201907171915__L_ADD_MENU.sql @@ -0,0 +1,8 @@ +delete from mall_permission where id = 108; + +INSERT INTO `mall_permission` (`id`, `name`, `parent_id`, `available`, `permission`, `resource_type`, `module_color`, `module_color_num`, `url`, `icon`, `version_type`, `sort`) +VALUES + (108, '电表数据', 1, 'Y', NULL, 1, NULL, NULL, 'meterData', 'icon-wifi', 0, 108); + + +update mall_sale_type set menus = '[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 50, 101, 102, 103, 104, 105, 106, 107,108, 201, 202, 203, 204, 205, 206, 211, 212, 221, 222, 251, 301, 302, 303, 304, 305, 306, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 501, 502, 503, 504, 505, 506, 507, 508, 509, 511, 512, 513, 521, 522, 523, 531, 532, 533, 591, 595, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 621, 622, 623, 624, 625, 626, 627, 641, 642, 643, 644, 645, 651, 661, 662, 663, 671, 672, 673, 674, 681, 682, 683, 684, 685, 691, 692, 693, 694, 701, 702, 711, 712, 713, 901, 902, 903, 931, 932, 951, 961,962]' where id = 1; \ No newline at end of file