From be8a28365c91fc4420072db8f8e8fa1042764028 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Fri, 5 Sep 2025 17:22:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/models/agent/Auto_product_city_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/models/agent/Auto_product_city_model.php b/common/models/agent/Auto_product_city_model.php index 194471f0..8082a0f8 100644 --- a/common/models/agent/Auto_product_city_model.php +++ b/common/models/agent/Auto_product_city_model.php @@ -29,7 +29,7 @@ class Auto_product_city_model extends HD_Model } is_array($replace_batch) && $this->replace_batch($replace_batch); } else { - $this->delete(['product_id' => $productId]); + $this->delete(['productId' => $productId]); } return true; }