From 66a182295dab550310e9f1d1ce14aece1eb89ff6 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Wed, 4 Sep 2024 10:37:52 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=9C=BA=E6=9E=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=88=E7=BB=9F=E4=B8=80=E7=A4=BE=E4=BC=9A?= =?UTF-8?q?=E4=BF=A1=E7=94=A8=E4=BB=A3=E7=A0=81=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202409/南网仓储/20240902_智慧工程推送需求.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 202409/南网仓储/20240902_智慧工程推送需求.sql diff --git a/202409/南网仓储/20240902_智慧工程推送需求.sql b/202409/南网仓储/20240902_智慧工程推送需求.sql new file mode 100644 index 0000000..156f970 --- /dev/null +++ b/202409/南网仓储/20240902_智慧工程推送需求.sql @@ -0,0 +1,13 @@ +--任务:新建公司加企业机构代码(统一社会信用代码),编码设备新增工器具编码 + +-- 企业机构代码(统一社会信用代码) +alter table sys_dept + add social_credit_code varchar(255) null comment '企业机构代码(统一社会信用代码)'; + +-- 企业归属代码(CSG代表机具产权所属单位为南方电网下属企业 SE代表机具产权所属单位为社会及大集体企业) +alter table sys_dept + add enterprise_ownership_code varchar(10) null comment '企业归属代码(CSG代表机具产权所属单位为南方电网下属企业 +SE代表机具产权所属单位为社会及大集体企业)'; + + + From a0011793baa64aa297c8e98a92fc5faa2447a510 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Wed, 4 Sep 2024 11:34:54 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=9C=BA=E6=9E=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=88=E7=BB=9F=E4=B8=80=E7=A4=BE=E4=BC=9A?= =?UTF-8?q?=E4=BF=A1=E7=94=A8=E4=BB=A3=E7=A0=81=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...2_智慧工程推送需求.sql => 20240902_公司新增字段.sql} | 0 202409/重庆机具/20240902_公司新增字段.sql | 13 +++++++++++++ 2 files changed, 13 insertions(+) rename 202409/南网仓储/{20240902_智慧工程推送需求.sql => 20240902_公司新增字段.sql} (100%) create mode 100644 202409/重庆机具/20240902_公司新增字段.sql diff --git a/202409/南网仓储/20240902_智慧工程推送需求.sql b/202409/南网仓储/20240902_公司新增字段.sql similarity index 100% rename from 202409/南网仓储/20240902_智慧工程推送需求.sql rename to 202409/南网仓储/20240902_公司新增字段.sql diff --git a/202409/重庆机具/20240902_公司新增字段.sql b/202409/重庆机具/20240902_公司新增字段.sql new file mode 100644 index 0000000..156f970 --- /dev/null +++ b/202409/重庆机具/20240902_公司新增字段.sql @@ -0,0 +1,13 @@ +--任务:新建公司加企业机构代码(统一社会信用代码),编码设备新增工器具编码 + +-- 企业机构代码(统一社会信用代码) +alter table sys_dept + add social_credit_code varchar(255) null comment '企业机构代码(统一社会信用代码)'; + +-- 企业归属代码(CSG代表机具产权所属单位为南方电网下属企业 SE代表机具产权所属单位为社会及大集体企业) +alter table sys_dept + add enterprise_ownership_code varchar(10) null comment '企业归属代码(CSG代表机具产权所属单位为南方电网下属企业 +SE代表机具产权所属单位为社会及大集体企业)'; + + + From 539ce185cf065804b5810320ef63df8ab5d7ee08 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Wed, 4 Sep 2024 14:52:22 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=8E=A5=E6=94=B6?= =?UTF-8?q?=E8=AF=A6=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/南网仓储/20240904_推送接收详情.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 202409/南网仓储/20240904_推送接收详情.sql diff --git a/202409/南网仓储/20240904_推送接收详情.sql b/202409/南网仓储/20240904_推送接收详情.sql new file mode 100644 index 0000000..298dc61 --- /dev/null +++ b/202409/南网仓储/20240904_推送接收详情.sql @@ -0,0 +1,3 @@ +--任务:仓储菜单,显示租赁推送过来的接收详情页面 +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 (2284, '推送接收', 2024, 17, 'pushAndAccept', 'warehouseManage/pushAndAccept', null, 1, 1, 'C', '0', '0', 'pushAndAccept:list', 'link', 'adminBns', '2024-07-11 11:16:42', 'adminBns', '2024-07-23 10:09:55', ''); +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 (2285, '推送接收详情', 2024, 18, 'pushAndAcceptDetail', 'warehouseManage/pushAndAccept/pushAndAcceptDetail', null, 1, 1, 'C', '0', '0', 'pushAndAcceptDetail:list', '#', 'adminBns', '2024-07-11 11:17:41', 'adminBns', '2024-07-23 10:10:01', ''); 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 4/4] =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=8E=A5=E6=94=B6?= =?UTF-8?q?=E8=AF=A6=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', '');