From 0c085d7044e4ddf5425fb85cd8c93a5e78b84c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=AF=E8=88=AA?= Date: Fri, 15 Mar 2024 11:18:16 +0845 Subject: [PATCH] update-sql --- doc/sql/qihang-oms.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/sql/qihang-oms.sql b/doc/sql/qihang-oms.sql index a83d6ab2..32fd6cfa 100644 --- a/doc/sql/qihang-oms.sql +++ b/doc/sql/qihang-oms.sql @@ -11,7 +11,7 @@ Target Server Version : 80032 File Encoding : 65001 - Date: 14/03/2024 17:31:03 + Date: 15/03/2024 11:17:56 */ SET NAMES utf8mb4; @@ -1410,10 +1410,10 @@ CREATE TABLE `sys_platform` ( -- ---------------------------- -- Records of sys_platform -- ---------------------------- -INSERT INTO `sys_platform` VALUES (1, '天猫', 'TMALL', '12175777', '368dbbd183a77d551735be13f59bbcda', NULL, NULL); -INSERT INTO `sys_platform` VALUES (2, '京东', 'JD', 'FB4CC3688E6F9065D4FF510A53BB60FF', '40e8c8b2427f4e6db8f4a39af27d719e', 'http://www.qumei.com', 'https://api.jd.com/routerjson'); -INSERT INTO `sys_platform` VALUES (3, '抖店', 'DOUDIAN', '7344938657423296019', '4e704882-832a-42e5-845f-6af991ce0ce2', '', NULL); -INSERT INTO `sys_platform` VALUES (4, '拼多多', 'PDD', 'b92194d1af904c8a86a2c9eff6f9bfb0', '8da714f8dcbfb12d3972626ef8acfc0737aacecb', 'http://www.qumei.com', NULL); +INSERT INTO `sys_platform` VALUES (1, '天猫', 'TMALL', '', '', NULL, NULL); +INSERT INTO `sys_platform` VALUES (2, '京东', 'JD', '', '', '', 'https://api.jd.com/routerjson'); +INSERT INTO `sys_platform` VALUES (3, '抖店', 'DOUDIAN', '', '', '', NULL); +INSERT INTO `sys_platform` VALUES (4, '拼多多', 'PDD', '', '', '', NULL); -- ---------------------------- -- Table structure for sys_shop