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 {