芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/database/seeders/Merchant/MerchantWalletSeeder.php
active()->get()->pluck("id")->toArray(); $merchant_ids = [1]; foreach($merchant_ids as $merchant_id) { foreach($currencies_ids as $currency_id) { $data[] = [ 'merchant_id' => $merchant_id, 'currency_id' => $currency_id, 'balance' => 1000, 'status' => true, ]; } } MerchantWallet::upsert($data,['merchant_id','currency_id'],['balance']); } }