Przeglądaj źródła

[系统][添加][添加电表菜单]

release_toaliyun_real
luozukai 6 lat temu
rodzic
commit
1f6bf36deb
1 zmienionych plików z 8 dodań i 0 usunięć
  1. +8
    -0
      mallinkAdmin/src/main/resources/db/migration/V201907171915__L_ADD_MENU.sql

+ 8
- 0
mallinkAdmin/src/main/resources/db/migration/V201907171915__L_ADD_MENU.sql Wyświetl plik

@@ -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;

Ładowanie…
Anuluj
Zapisz