From 9ea8316762a79241545cc62fe2e36a6493a0b722 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Fri, 5 Sep 2025 17:08:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B2=A1=E7=94=A8=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/models/agent/Auto_product_coupon_model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/common/models/agent/Auto_product_coupon_model.php b/common/models/agent/Auto_product_coupon_model.php index e65fb76a..6562e1e4 100644 --- a/common/models/agent/Auto_product_coupon_model.php +++ b/common/models/agent/Auto_product_coupon_model.php @@ -26,7 +26,6 @@ class Auto_product_coupon_model extends HD_Model $result = $this->update($addData, ['id' => $params['id']]); } else { $addData['product_id'] = $params['productId']; - $addData['cluesCommission'] = self::DEFAULT_CLUES_COMMISSION; $result = $this->add($addData); $params['id'] = $result; }