fix: update db.sql
This commit is contained in:
parent
988c36823c
commit
41bf960051
@ -272,6 +272,7 @@ INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `title`, `icon`, `path`, `paths`,
|
||||
INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `title`, `icon`, `path`, `paths`, `menu_type`, `action`, `permission`, `parent_id`, `no_cache`, `breadcrumb`, `component`, `sort`, `visible`, `create_by`, `update_by`, `is_frame`, `create_time`, `update_time`, `delete_time`) VALUES (361, '', '主动接单', '', '', '/0/268/329/361', 'F', '', 'process:list:handle:active', 329, '0', '', '', 0, '0', '1', '', 1, '2020-09-01 19:03:52', '2020-09-01 19:03:52', NULL);
|
||||
INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `title`, `icon`, `path`, `paths`, `menu_type`, `action`, `permission`, `parent_id`, `no_cache`, `breadcrumb`, `component`, `sort`, `visible`, `create_by`, `update_by`, `is_frame`, `create_time`, `update_time`, `delete_time`) VALUES (363, '', '删除工单', 'bug', '/api/v1/work-order/delete/:id', '/0/63/281/333/363', 'A', 'DELETE', '', 333, '0', '', '', 0, '1', '1', '', 1, '2020-09-27 22:50:52', '2020-09-27 22:50:52', NULL);
|
||||
INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `title`, `icon`, `path`, `paths`, `menu_type`, `action`, `permission`, `parent_id`, `no_cache`, `breadcrumb`, `component`, `sort`, `visible`, `create_by`, `update_by`, `is_frame`, `create_time`, `update_time`, `delete_time`) VALUES (364, '', '删除工单', '', '', '/0/268/273/364', 'F', '', 'process:list:all:delete', 273, '0', '', '', 0, '0', '1', '', 1, '2020-09-27 22:51:38', '2020-09-27 22:51:38', NULL);
|
||||
INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `title`, `icon`, `path`, `paths`, `menu_type`, `action`, `permission`, `parent_id`, `no_cache`, `breadcrumb`, `component`, `sort`, `visible`, `create_by`, `update_by`, `is_frame`, `create_time`, `update_time`, `delete_time`) VALUES (365, '', '部门列表', 'bug', '/api/v1/ordinaryDeptList', '/0/63/280/203/365', 'A', 'GET', '', 203, '0', '', '', 0, '1', '1', '', 1, '2020-11-15 18:34:14', '2020-11-15 18:34:14', NULL);
|
||||
COMMIT;
|
||||
|
||||
BEGIN;
|
||||
|
Loading…
x
Reference in New Issue
Block a user