From 065ad19aeaf378273be541ef66e67fec04841e69 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 9 Dec 2024 10:19:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AE=81=E5=A4=8F=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E7=94=B5=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202412/南网仓储/20240901_xxx.sql | 2 ++ 202412/南网租赁平台/20240901_xxx.sql | 2 ++ 202412/宁夏机具/20241209_客服电话.sql | 6 ++++++ 202412/重庆机具/20240901_xxx.sql | 2 ++ 4 files changed, 12 insertions(+) create mode 100644 202412/南网仓储/20240901_xxx.sql create mode 100644 202412/南网租赁平台/20240901_xxx.sql create mode 100644 202412/宁夏机具/20241209_客服电话.sql create mode 100644 202412/重庆机具/20240901_xxx.sql diff --git a/202412/南网仓储/20240901_xxx.sql b/202412/南网仓储/20240901_xxx.sql new file mode 100644 index 0000000..fef4029 --- /dev/null +++ b/202412/南网仓储/20240901_xxx.sql @@ -0,0 +1,2 @@ +--任务:xxx + diff --git a/202412/南网租赁平台/20240901_xxx.sql b/202412/南网租赁平台/20240901_xxx.sql new file mode 100644 index 0000000..fef4029 --- /dev/null +++ b/202412/南网租赁平台/20240901_xxx.sql @@ -0,0 +1,2 @@ +--任务:xxx + diff --git a/202412/宁夏机具/20241209_客服电话.sql b/202412/宁夏机具/20241209_客服电话.sql new file mode 100644 index 0000000..bf76c0c --- /dev/null +++ b/202412/宁夏机具/20241209_客服电话.sql @@ -0,0 +1,6 @@ +--任务:添加客服电话 + +INSERT INTO ma_sgzb_nx.sys_dict_type (dict_id, dict_name, dict_type, status, create_by, create_time, update_by, update_time, remark) VALUES (104, '站点支持信息', 'site_support_info', '0', 'admin', '2023-12-13 16:24:36', '', null, null); + +INSERT INTO ma_sgzb_nx.sys_dict_data (dict_code, dict_sort, dict_label, dict_value, dict_type, css_class, list_class, is_default, status, create_by, create_time, update_by, update_time, remark) VALUES (30, 1, '王彬', '0', 'site_support_info', null, null, 'N', '0', 'admin', '2023-12-08 11:05:29', '', null, null); +INSERT INTO ma_sgzb_nx.sys_dict_data (dict_code, dict_sort, dict_label, dict_value, dict_type, css_class, list_class, is_default, status, create_by, create_time, update_by, update_time, remark) VALUES (31, 2, '055162573713', '1', 'site_support_info', null, null, 'N', '0', '', '2023-12-08 11:05:29', '', null, null); diff --git a/202412/重庆机具/20240901_xxx.sql b/202412/重庆机具/20240901_xxx.sql new file mode 100644 index 0000000..fef4029 --- /dev/null +++ b/202412/重庆机具/20240901_xxx.sql @@ -0,0 +1,2 @@ +--任务:xxx + From 733f9d59bc5a92683d2975571c18d53103f36323 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 9 Dec 2024 12:26:29 +0800 Subject: [PATCH 2/2] =?UTF-8?q?202412=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202412/南网仓储/{20240901_xxx.sql => 20241201_xxx.sql} | 0 202412/南网租赁平台/{20240901_xxx.sql => 20241201_xxx.sql} | 0 202412/安徽租赁共享平台/20241201_xxx.sql | 2 ++ 202412/重庆机具/{20240901_xxx.sql => 20241201_xxx.sql} | 0 4 files changed, 2 insertions(+) rename 202412/南网仓储/{20240901_xxx.sql => 20241201_xxx.sql} (100%) rename 202412/南网租赁平台/{20240901_xxx.sql => 20241201_xxx.sql} (100%) create mode 100644 202412/安徽租赁共享平台/20241201_xxx.sql rename 202412/重庆机具/{20240901_xxx.sql => 20241201_xxx.sql} (100%) diff --git a/202412/南网仓储/20240901_xxx.sql b/202412/南网仓储/20241201_xxx.sql similarity index 100% rename from 202412/南网仓储/20240901_xxx.sql rename to 202412/南网仓储/20241201_xxx.sql diff --git a/202412/南网租赁平台/20240901_xxx.sql b/202412/南网租赁平台/20241201_xxx.sql similarity index 100% rename from 202412/南网租赁平台/20240901_xxx.sql rename to 202412/南网租赁平台/20241201_xxx.sql diff --git a/202412/安徽租赁共享平台/20241201_xxx.sql b/202412/安徽租赁共享平台/20241201_xxx.sql new file mode 100644 index 0000000..a838583 --- /dev/null +++ b/202412/安徽租赁共享平台/20241201_xxx.sql @@ -0,0 +1,2 @@ +--任务: xxx + diff --git a/202412/重庆机具/20240901_xxx.sql b/202412/重庆机具/20241201_xxx.sql similarity index 100% rename from 202412/重庆机具/20240901_xxx.sql rename to 202412/重庆机具/20241201_xxx.sql