From 6ff9c11521a13eb8434d97bdd45be5821303e028 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Wed, 4 Sep 2024 18:28:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=8E=A5=E6=94=B6=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202409/南网仓储/20240902_公司新增字段.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/202409/南网仓储/20240902_公司新增字段.sql b/202409/南网仓储/20240902_公司新增字段.sql index 156f970..c8b333c 100644 --- a/202409/南网仓储/20240902_公司新增字段.sql +++ b/202409/南网仓储/20240902_公司新增字段.sql @@ -9,5 +9,6 @@ alter table sys_dept add enterprise_ownership_code varchar(10) null comment '企业归属代码(CSG代表机具产权所属单位为南方电网下属企业 SE代表机具产权所属单位为社会及大集体企业)'; - +-- 已领用设备菜单及页面 +INSERT INTO ma_sgzb_nw.sys_menu (menu_id, 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 (2288, '已领用设备', 2004, 13, 'leaseRecord', 'stquery/leaseRecord', null, 1, 0, 'C', '0', '0', '', '#', 'admin', '2024-02-26 15:49:48', 'admin', '2024-02-26 15:51:29', '');