From 38855e16ebd5dd67728ca1c9a014d837aa791eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9D=BE?= <8605635+zhang3064194730@user.noreply.gitee.com> Date: Fri, 28 Nov 2025 15:48:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6reload=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/webman/gateway/Events.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/webman/gateway/Events.php b/plugin/webman/gateway/Events.php index 5624c9a..9a4dc73 100644 --- a/plugin/webman/gateway/Events.php +++ b/plugin/webman/gateway/Events.php @@ -184,8 +184,6 @@ class Events // 只在初始化的时候绑定 if(!empty($message['operate_type']) && $message['operate_type'] == 'init') { // 添加在线客户端数量 - Log::info('绑定->>>>>'.$client_id); - Base::add_total_number($client_id, $type); if(!empty($message['shop_id'])) { if(!empty($message['table_code'])) {