add: alarm event split
This commit is contained in:
@@ -1145,4 +1145,47 @@ WHERE
|
||||
|
||||
-- end: remove
|
||||
|
||||
INSERT IGNORE INTO
|
||||
`omc_db`.`sys_menu` (
|
||||
`menu_id`,
|
||||
`menu_name`,
|
||||
`parent_id`,
|
||||
`menu_sort`,
|
||||
`path`,
|
||||
`component`,
|
||||
`is_frame`,
|
||||
`is_cache`,
|
||||
`menu_type`,
|
||||
`visible`,
|
||||
`status`,
|
||||
`perms`,
|
||||
`icon`,
|
||||
`create_by`,
|
||||
`create_time`,
|
||||
`update_by`,
|
||||
`update_time`,
|
||||
`remark`
|
||||
)
|
||||
VALUES (
|
||||
2144,
|
||||
'menu.fault.event',
|
||||
2129,
|
||||
3,
|
||||
'event',
|
||||
'faultManage/event/index',
|
||||
'1',
|
||||
'0',
|
||||
'M',
|
||||
'1',
|
||||
'1',
|
||||
'faultManage:event:index',
|
||||
'icon-tubiaoku',
|
||||
'supervisor',
|
||||
1717051993146,
|
||||
'supervisor',
|
||||
1717052106943,
|
||||
''
|
||||
);
|
||||
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
|
||||
Reference in New Issue
Block a user