|
|
|
@ -136,3 +136,20 @@ CREATE TABLE IF NOT EXISTS `device_project_set`
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('device_inspect_task', 'id', 'bigint', 2);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('device_inspect_task_detail', 'id', 'bigint', 2);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INSERT ignore INTO `auth_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`,
|
|
|
|
|
`create_time`, `update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (1888, '任务查询', 2004, 9, 'inventory/DeviceInspectTakeSelect', 'inventory/DeviceInspectTakeSelect', NULL, 1, 0,
|
|
|
|
|
'C', '0', '0', NULL, NULL, '超级用户', '2023-08-07 16:02:36', NULL, NULL, NULL);
|
|
|
|
|
INSERT ignore INTO `auth_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`,
|
|
|
|
|
`create_time`, `update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (1889, '我的任务', 2004, 4, 'inventory/DeviceInspectTake', 'inventory/DeviceInspectTake', NULL, 1, 0, 'C', '0', '0',
|
|
|
|
|
NULL, NULL, '超级用户', '2023-08-08 14:50:39', NULL, NULL, NULL);
|
|
|
|
|
INSERT ignore INTO `auth_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`,
|
|
|
|
|
`create_time`, `update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (2004, '任务管理', 1703, 5, 'taskManage', NULL, NULL, 1, 0, 'M', '0', '0', NULL, NULL, '超级用户', '2023-08-18 14:40:53',
|
|
|
|
|
NULL, NULL, NULL);
|
|
|
|
|