limu 10 months ago
parent 8dc6834e00
commit c9afe48433
  1. 2
      app/command/brand.php

@ -103,7 +103,7 @@ class brand extends Command
->update([ ->update([
'brand_integral' => 0, 'brand_integral' => 0,
'all_value' => 0, 'all_value' => 0,
'brokerage_price' => $v['']+$growth_num 'brokerage_price' => $v['brokerage_price']+$growth_num
]); ]);
Db::commit(); Db::commit();

Loading…
Cancel
Save