From f8d6274674f280f64398a3a2be5e74dd679b2547 Mon Sep 17 00:00:00 2001 From: ray <1416431931@qq.com> Date: Thu, 7 May 2026 11:10:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E8=AF=A6=E6=83=85=E6=8A=93?= =?UTF-8?q?=E5=8F=96=E6=8A=A5=E9=94=99=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-sync/aliyun-aps-sync/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliyun-sync/aliyun-aps-sync/src/config.js b/aliyun-sync/aliyun-aps-sync/src/config.js index f853970..7c11828 100644 --- a/aliyun-sync/aliyun-aps-sync/src/config.js +++ b/aliyun-sync/aliyun-aps-sync/src/config.js @@ -69,7 +69,7 @@ export const datasets = { heading: '我的客户', pageSize: 20, uniqueKey: (record) => record.accountId || record.loginName || record.__hash, - normalize: (record) => { + normalize: (record, context = {}) => { const loginAndUid = record['登录名称/账号ID'] || ''; const [loginName = '', accountId = ''] = splitLines(loginAndUid); return {