From c9afe48433ec7fd1d1f6c84548760ead1311ac57 Mon Sep 17 00:00:00 2001 From: limu <610543851@qq.com> Date: Mon, 29 Jan 2024 22:05:15 +0800 Subject: [PATCH] 1 --- 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 f551b69..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' => $v['']+$growth_num + 'brokerage_price' => $v['brokerage_price']+$growth_num ]); Db::commit();