From cda47c03e6ccf2920425feb2e829a98e1a70a22e Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Wed, 21 May 2025 16:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/application/job/WorkbenchJob.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/application/job/WorkbenchJob.php b/Server/application/job/WorkbenchJob.php index c3a1dfe8..f513d53d 100644 --- a/Server/application/job/WorkbenchJob.php +++ b/Server/application/job/WorkbenchJob.php @@ -361,6 +361,7 @@ class WorkbenchJob break; } + Log::info("处理完毕切换回原账号 {$friend['friendId']}"); // 处理完毕切换回原账号 $automaticAssign->allotWechatFriend(['wechatFriendId' => $friend['friendId'], 'toAccountId' => $friend['accountId']], true); } catch (\Exception $e) {