Browse Source

脚本可重复执行

zhulu 1 year ago
parent
commit
972a235e29
1 changed files with 1 additions and 0 deletions
  1. 1 0
      project_data/sql/0.0.8/soc/soc.sql

+ 1 - 0
project_data/sql/0.0.8/soc/soc.sql

@@ -295,4 +295,5 @@ WHERE
   AND `field_code` = '4183_1';
 
 -- 新增计划任务补偿运维界面
+DELETE from `sys_menu` where id in(1782245721165127681);
 INSERT INTO sys_menu (id, menu_name, parent_id, order_num, path, component, query, is_frame, is_cache, menu_type, visible, status, perms, platform_type, icon, image_path, create_by, create_time, update_by, update_time, remark) VALUES (1782245721165127681, '任务数据补偿', 2, 5, 'compensate', 'system/compensate/index', null, 1, 0, 'C', '0', '0', null, '1', 'edit', null, '超级管理员', '2024-04-22 11:11:54', '', null, '');