From f5d3204d45cb9483e952125c26341921a358aa0b Mon Sep 17 00:00:00 2001 From: 15856 <15856818120@163.com> Date: Wed, 4 Dec 2024 15:20:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=97=E7=BD=91=E8=A1=A5=E5=85=85=E5=90=88?= =?UTF-8?q?=E5=90=8C=E6=96=B0=E5=A2=9E=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202411/南网仓储/20241120_sys_menu.sql | 8 ++++++++ 202411/南网租赁平台/20241122_warehouse_push_equipment.sql | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 202411/南网租赁平台/20241122_warehouse_push_equipment.sql diff --git a/202411/南网仓储/20241120_sys_menu.sql b/202411/南网仓储/20241120_sys_menu.sql index a64cc70..d7e9c46 100644 --- a/202411/南网仓储/20241120_sys_menu.sql +++ b/202411/南网仓储/20241120_sys_menu.sql @@ -2,3 +2,11 @@ INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('外部装备参与管理', 0, 52, 'external', 'external', NULL, 1, 1, 'C', '0', '0', '', 'lock', 'admin', '2024-11-20 09:15:29', 'admin', '2024-11-20 09:18:05', ''); INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('装备管理', 0, 53, 'equipment-manage', 'equipment-manage', NULL, 1, 1, 'C', '0', '0', '', 'lock', 'admin', '2024-11-20 09:17:05', 'admin', '2024-11-20 09:18:19', ''); INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('员工管理', 0, 54, 'staff-manage', 'staff-manage', NULL, 1, 1, 'C', '0', '0', '', 'lock', 'admin', '2024-11-20 09:17:21', 'admin', '2024-11-20 09:18:35', ''); +INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('超试验装备管理', 2174, 20, 'super-test', 'warehouseManage/machinery/super-test', NULL, 1, 1, 'C', '0', '0', NULL, 'clipboard', 'admin', '2024-11-18 13:27:56', '', NULL, ''); +INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('省级资料培训库', 0, 40, 'data-train', 'data-train', NULL, 1, 0, 'C', '0', '0', NULL, 'example', 'admin', '2024-11-18 13:29:46', '', NULL, ''); +INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('超长时间告警', 2004, 17, 'long-term', 'claimAndreturn/longTerm', NULL, 1, 1, 'C', '0', '0', '', 'email', 'admin', '2024-11-18 14:48:54', 'admin', '2024-11-18 15:01:55', ''); +INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('出入库异常', 0, 50, 'entryandExit', NULL, NULL, 1, 0, 'M', '0', '0', NULL, 'form', 'admin', '2024-11-18 15:05:11', '', NULL, ''); +--获取出入库异常信息的id,再添加菜单 +INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('入库异常', 2294, 2, 'Entry', 'entryandExit/Entry', NULL, 1, 1, 'C', '0', '0', '', 'lock', 'admin', '2024-11-18 15:05:48', 'admin', '2024-11-18 15:06:25', ''); +INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('出库异常', 2294, 1, 'Exit', 'entryandExit/Exit', NULL, 1, 1, 'C', '0', '0', '', 'documentation', 'admin', '2024-11-18 15:06:38', 'admin', '2024-11-18 15:06:55', ''); + diff --git a/202411/南网租赁平台/20241122_warehouse_push_equipment.sql b/202411/南网租赁平台/20241122_warehouse_push_equipment.sql new file mode 100644 index 0000000..a0df746 --- /dev/null +++ b/202411/南网租赁平台/20241122_warehouse_push_equipment.sql @@ -0,0 +1,2 @@ +ALTER TABLE `item_center`.`warehouse_push_equipment` +ADD COLUMN `social_credit_code` varchar(255) NULL COMMENT '企业机构代码(统一社会信用代码)' AFTER `item_id`; \ No newline at end of file