From 17d26c2f625679f8f94512254828c3d902e2c89b Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Sat, 11 Apr 2026 10:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E5=A4=84=E7=90=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, 1 insertion(+), 1 deletion(-) diff --git a/plugin/webman/gateway/Events.php b/plugin/webman/gateway/Events.php index 32c7e73..1dde9a3 100644 --- a/plugin/webman/gateway/Events.php +++ b/plugin/webman/gateway/Events.php @@ -249,7 +249,7 @@ class Events (!empty($product) && $product[0]['is_auto_sold_stock'] == 1) ) { $gate_way = GateWay::class; - $tb_prod_cons = Db::name('prod_cons_relation') + $tb_prod_cons = Db::table('prod_cons_relation') ->alias('r') ->join('tb_cons_info cons', 'r.cons_info_id = cons.id AND cons.is_stock = 1', 'inner') ->where('r.product_id', $message['product_id'])