From 9c2fcb8615384ed7ea7e6fa83f0433e960d97353 Mon Sep 17 00:00:00 2001 From: liuxiaohua Date: Mon, 9 Jun 2025 15:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20[2025-06-09]=20=E6=B7=BB=E5=8A=A0ps?= =?UTF-8?q?e=E5=8F=91=E5=B8=83=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 发版/2025/20250613-派送翼对接发布.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/发版/2025/20250613-派送翼对接发布.md b/发版/2025/20250613-派送翼对接发布.md index a994a35..ce7f69a 100644 --- a/发版/2025/20250613-派送翼对接发布.md +++ b/发版/2025/20250613-派送翼对接发布.md @@ -84,11 +84,11 @@ ALTER TABLE `eg_order_app_seller` ##### qifu-saas-eg数据库DML ```sql -INSERT INTO `eg_express_company_mapping` (`id`, `channel`, `code`, `out_code`, `cn_name`, `us_name`, +INSERT INTO `eg_express_company_mapping` (`channel`, `code`, `out_code`, `cn_name`, `us_name`, `out_cn_name`, `out_us_name`, `create_user_id`, `create_by`, `create_time`, `update_user_id`, `update_by`, `update_time`, `deleted`) -VALUES (69, 'pse', 'usps', '816', 'usps', 'usps', 'usps', 'usps', 1383729, '刘晓华', 1749190963, 1383729, '刘晓华', +VALUES ('pse', 'usps', '816', 'usps', 'usps', 'usps', 'usps', 1383729, '刘晓华', 1749190963, 1383729, '刘晓华', 1749190963, 0); ```