Production::where('order_id<=' . $index['order_id'] . ' and order_id>=' . $stepsize)->update(['order_id' => ['exp' => 'order_id+1']]);