From 3eea1a1f81423b80bfd6d5f5f29874988547f1a2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 18:32:58 +0800
Subject: [PATCH] aa

---
 wechat_staff/pages/kefu/select.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wechat_staff/pages/kefu/select.js b/wechat_staff/pages/kefu/select.js
index e994262..7bd8777 100644
--- a/wechat_staff/pages/kefu/select.js
+++ b/wechat_staff/pages/kefu/select.js
@@ -47,8 +47,8 @@
     })
     batchAddLike({
       articleIds: enjoyList.filter(i => i.checked).map(i => i.id).join(','),
-      customerId: customer.platSourceId,
-      platSourceId: customer.platSourceId,
+      customerId: customer.customerId,
+      platId: customer.platSourceId,
       platSource: customer.platSource
     }).then(res => {
       setTimeout(() => {

--
Gitblit v1.9.3