$day, 'external_sku_id' => $row[0], 'price' => $row[1], ]; } TodayPrice::query()->delete(); $model = new TodayPrice(); $model->batchInsert($data); } }