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();