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) {