load(public_path('uploads') . '/禾美988-6w.xls'); unset($data[0]); $insert = []; foreach ($data as $item) { $key = str_replace('http://code.hnhemeile.cn/key/', '', $item[3]); if ($key) { $insert[] = [ 'key' => $item[0], 'group' => (int)$item[2], 'slug' => $key, 'gid' => 4, 'status' => 1, 'product_id' => 0, 'dealer_id' => 0 ]; } if (count($insert) >= 2000) { Trace::query()->insert($insert); $insert = []; } } $this->line("ok"); } }