From 491a827300412123829596991b91805f31e7a375 Mon Sep 17 00:00:00 2001 From: limu <610543851@qq.com> Date: Sat, 27 Jan 2024 11:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/command/brand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/command/brand.php b/app/command/brand.php index b914e08..ae9dfb0 100644 --- a/app/command/brand.php +++ b/app/command/brand.php @@ -103,7 +103,7 @@ class brand extends Command ->update([ 'brand_integral' => 0, 'all_value' => 0, - 'brokerage_price' => $growth_num + 'brokerage_price' => $v['brokerage_price']+$growth_num ]); Db::commit();