|
|
|
@@ -1,7 +1,7 @@ |
|
|
|
INSERT INTO `mall_permission` |
|
|
|
(`id`,`name`, `parent_id`,`available`,`permission`,`resource_type`, `module_color`, `module_color_num`, `url`, `icon`, `version_type`,`sort`) |
|
|
|
VALUES |
|
|
|
(903, '审批管理', 7, 'Y', null, 1, null, null, null, 'icon-shenpiguanli', 0, 903), |
|
|
|
(903, '审批管理', 7, 'Y', null, 0, null, null, null, 'icon-shenpiguanli', 0, 903), |
|
|
|
(931, '流程模板', 903, 'Y', null, 1, null, null, 'processTemplate', null, 0, 931), |
|
|
|
(932, '类型设置', 903, 'Y', null, 1, null, null, 'processTypeSet', null, 0, 932); |
|
|
|
|
|
|
|
|