From 45b02f79553c58f7553912df2a976312b3a798b7 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Mon, 22 Dec 2025 13:41:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E6=97=B6=E6=8A=98=E6=89=A3=E7=9B=B8?= =?UTF-8?q?=E5=85=B3?= 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 insertions(+) diff --git a/plugin/webman/gateway/Events.php b/plugin/webman/gateway/Events.php index 628610f..f3514f5 100644 --- a/plugin/webman/gateway/Events.php +++ b/plugin/webman/gateway/Events.php @@ -130,6 +130,7 @@ class Events // 限时折扣修改 if($message['operate_type'] == 'time_discount_save') { + Base::add_log_file($m, $type); // 桌码 if(empty($message['table_code']) || empty($message['shop_id'])) { Gateway::sendToClient($client_id, json_encode(['msg' => '桌码或shop_id不能为空'])); @@ -163,6 +164,7 @@ class Events Gateway::sendToClient($client_id, json_encode($snd_data)); return; }elseif ($message['operate_type'] == 'time_discount_get') { + Base::add_log_file($m, $type); // 桌码 if(empty($message['table_code']) || empty($message['shop_id'])) { Gateway::sendToClient($client_id, json_encode(['msg' => '桌码或shop_id不能为空']));