From 400479bf60a98ba26765ddbbfdd946eebf56d5eb Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Sun, 27 Jul 2025 15:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=88=97=E8=A1=A8=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E9=9D=9E=E6=AD=A3=E5=B8=B8=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent/admin/controllers/pingan/car/Product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/admin/controllers/pingan/car/Product.php b/agent/admin/controllers/pingan/car/Product.php index da2b9884..e338018d 100644 --- a/agent/admin/controllers/pingan/car/Product.php +++ b/agent/admin/controllers/pingan/car/Product.php @@ -37,7 +37,7 @@ class Product extends BaseController $sort_order = $sort . ' ' . $order; } $list = []; - $where = ['status>=' => 0]; + $where = ['status' => Auto_product_model::STATUS_NORMAL]; $where["(provinceId is null or cityId={$cityId})"] = null; $title && $where['title LIKE "%' . trim($title) . '%"'] = null; if ($brands) {