Przeglądaj źródła

[菜单][新增]:审核菜单添加

release_toaliyun_real
Stormeye Wu 7 lat temu
rodzic
commit
44a77e1d68
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkAdmin/src/main/resources/db/migration/V201906051712__ADD_MENU.sql

+ 1
- 1
mallinkAdmin/src/main/resources/db/migration/V201906051712__ADD_MENU.sql Wyświetl plik

@@ -3,7 +3,7 @@ INSERT INTO `mall_permission`
VALUES VALUES
(903, '审批管理', 7, 'Y', null, 1, null, null, null, 'icon-shenpiguanli', 0, 903), (903, '审批管理', 7, 'Y', null, 1, null, null, null, 'icon-shenpiguanli', 0, 903),
(931, '流程模板', 903, 'Y', null, 1, null, null, 'processTemplate', null, 0, 931), (931, '流程模板', 903, 'Y', null, 1, null, null, 'processTemplate', null, 0, 931),
(932, '类型设置', 903, 'Y', null, 1, null, null, 'processTypeSet', 'icon-shenpiguanli', 0, 932);
(932, '类型设置', 903, 'Y', null, 1, null, null, 'processTypeSet', null, 0, 932);


DROP TABLE IF EXISTS `mall_sale_type` ; DROP TABLE IF EXISTS `mall_sale_type` ;
CREATE TABLE `mall_sale_type` ( CREATE TABLE `mall_sale_type` (


Ładowanie…
Anuluj
Zapisz